Searched defs:newCursorPosition (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputConnection.java | 469 boolean setComposingText(CharSequence text, int newCursorPosition); in setComposingText() 557 boolean commitText(CharSequence text, int newCursorPosition); in commitText()
|
D | InputConnectionWrapper.java | 141 public boolean setComposingText(CharSequence text, int newCursorPosition) { in setComposingText() 168 public boolean commitText(CharSequence text, int newCursorPosition) { in commitText()
|
D | BaseInputConnection.java | 195 public boolean commitText(CharSequence text, int newCursorPosition) { in commitText() 631 public boolean setComposingText(CharSequence text, int newCursorPosition) { in setComposingText() 782 private void replaceText(CharSequence text, int newCursorPosition, in replaceText()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputContext.aidl | 48 void setComposingText(CharSequence text, int newCursorPosition); in setComposingText() 52 void commitText(CharSequence text, int newCursorPosition); in commitText()
|
D | InputConnectionWrapper.java | 193 public boolean commitText(CharSequence text, int newCursorPosition) { in commitText() 282 public boolean setComposingText(CharSequence text, int newCursorPosition) { in setComposingText()
|
D | IInputConnectionWrapper.java | 143 public void commitText(CharSequence text, int newCursorPosition) { in commitText() 171 public void setComposingText(CharSequence text, int newCursorPosition) { in setComposingText()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | EditableInputConnection.java | 172 public boolean commitText(CharSequence text, int newCursorPosition) { in commitText()
|
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 6020 public boolean setComposingText(CharSequence text, int newCursorPosition) { in setComposingText() 6035 public boolean commitText(CharSequence text, int newCursorPosition) { in commitText()
|
D | Editor.java | 3077 final int newCursorPosition = spanEnd + lengthDelta; in replaceWithSuggestion() local
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 2482 public boolean commitText(CharSequence text, int newCursorPosition) { in commitText()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |