Flutter Engine
The Flutter Engine
|
Public Member Functions | |
TextEditingDelta ( @NonNull CharSequence oldEditable, int replacementDestinationStart, int replacementDestinationEnd, @NonNull CharSequence replacementSource, int selectionStart, int selectionEnd, int composingStart, int composingEnd) | |
TextEditingDelta ( @NonNull CharSequence oldText, int selectionStart, int selectionEnd, int composingStart, int composingEnd) | |
CharSequence | getOldText () |
CharSequence | getDeltaText () |
int | getDeltaStart () |
int | getDeltaEnd () |
int | getNewSelectionStart () |
int | getNewSelectionEnd () |
int | getNewComposingStart () |
int | getNewComposingEnd () |
JSONObject | toJSON () |
A representation of the change that occured to an editing state, along with the resulting composing and selection regions.
Definition at line 15 of file TextEditingDelta.java.
|
inline |
Definition at line 27 of file TextEditingDelta.java.
|
inline |
Definition at line 49 of file TextEditingDelta.java.
|
inline |
Definition at line 81 of file TextEditingDelta.java.
|
inline |
Definition at line 76 of file TextEditingDelta.java.
|
inline |
Definition at line 71 of file TextEditingDelta.java.
|
inline |
Definition at line 101 of file TextEditingDelta.java.
|
inline |
Definition at line 96 of file TextEditingDelta.java.
|
inline |
Definition at line 91 of file TextEditingDelta.java.
|
inline |
Definition at line 86 of file TextEditingDelta.java.
|
inline |
Definition at line 65 of file TextEditingDelta.java.
|
inline |
Definition at line 114 of file TextEditingDelta.java.