/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IRemoteAccessibilityInputConnectionInvoker.java | 129 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
|
D | IRemoteAccessibilityInputConnection.aidl | 36 int afterLength, int flags, in AndroidFuture future /* T=SurroundingText */); in getSurroundingText() 39 int afterLength); in deleteSurroundingText()
|
D | IRemoteInputConnection.aidl | 53 int afterLength); in deleteSurroundingText() 55 int afterLength); in deleteSurroundingTextInCodePoints() 122 int afterLength, int flags, in AndroidFuture future /* T=SurroundingText */); in getSurroundingText()
|
D | RemoteAccessibilityInputConnection.java | 135 public void deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IRemoteInputConnectionInvoker.java | 260 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() 640 afterLength); in deleteSurroundingTextInCodePoints() local
|
D | RemoteInputConnection.java | 397 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/ |
D | InputConnectionWrapper.java | 113 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()
|
D | InputConnection.java | 520 boolean deleteSurroundingText(int beforeLength, int afterLength); in deleteSurroundingText() 549 boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints()
|
D | RemoteInputConnectionImpl.java | 540 int afterLength, int flags, AndroidFuture future /* T=SurroundingText */) { in getSurroundingText() 876 int afterLength) { in deleteSurroundingText() 893 int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints()
|
D | BaseInputConnection.java | 262 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/ |
D | InputMethod.java | 362 public void deleteSurroundingText(int beforeLength, int afterLength) { in deleteSurroundingText()
|
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 6314 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()
|