Home
last modified time | relevance | path

Searched defs:beforeLength (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DIRemoteAccessibilityInputConnectionInvoker.java129 public AndroidFuture<SurroundingText> getSurroundingText(int beforeLength, int afterLength, in getSurroundingText()
133 mConnection.getSurroundingText(createHeader(), beforeLength, afterLength, flags, in getSurroundingText() local
149 public void deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
151 mConnection.deleteSurroundingText(createHeader(), beforeLength, afterLength); in deleteSurroundingText() local
DIRemoteAccessibilityInputConnection.aidl35 void getSurroundingText(in InputConnectionCommandHeader header, int beforeLength, in getSurroundingText()
38 void deleteSurroundingText(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingText()
DIRemoteInputConnection.aidl52 void deleteSurroundingText(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingText()
54 void deleteSurroundingTextInCodePoints(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingTextInCodePoints()
121 void getSurroundingText(in InputConnectionCommandHeader header, int beforeLength, in getSurroundingText()
DRemoteAccessibilityInputConnection.java135 public void deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
/frameworks/base/core/java/android/inputmethodservice/
DIRemoteInputConnectionInvoker.java260 public AndroidFuture<SurroundingText> getSurroundingText(int beforeLength, int afterLength, in getSurroundingText()
264 mConnection.getSurroundingText(createHeader(), beforeLength, afterLength, flags, in getSurroundingText() local
618 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
620 mConnection.deleteSurroundingText(createHeader(), beforeLength, afterLength); in deleteSurroundingText() local
637 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
639 mConnection.deleteSurroundingTextInCodePoints(createHeader(), beforeLength, in deleteSurroundingTextInCodePoints() local
DRemoteInputConnection.java397 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
402 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
/frameworks/base/core/java/android/view/inputmethod/
DInputConnectionWrapper.java113 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText()
142 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
151 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
DInputConnection.java520 boolean deleteSurroundingText(int beforeLength, int afterLength); in deleteSurroundingText()
549 boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints()
DRemoteInputConnectionImpl.java539 public void getSurroundingText(InputConnectionCommandHeader header, int beforeLength, in getSurroundingText()
875 public void deleteSurroundingText(InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingText()
893 int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
DBaseInputConnection.java262 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
432 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
/frameworks/base/core/java/android/accessibilityservice/
DInputMethod.java362 public void deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
/frameworks/base/core/java/android/widget/
DAbsListView.java6314 public SurroundingText getSurroundingText(int beforeLength, int afterLength, int flags) { in getSurroundingText()
6331 public boolean deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
6336 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()