Home
last modified time | relevance | path

Searched refs:deleteSurroundingTextInCodePoints (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputConnectionWrapper.java142 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionWrapper
143 return mTarget.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
DInputConnection.java549 boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints() method
DRemoteInputConnectionImpl.java927 public void deleteSurroundingTextInCodePoints(InputConnectionCommandHeader header, in deleteSurroundingTextInCodePoints() method in RemoteInputConnectionImpl
939 ic.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
DBaseInputConnection.java432 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in BaseInputConnection
/frameworks/base/core/java/com/android/internal/inputmethod/
DIRemoteInputConnection.aidl54 void deleteSurroundingTextInCodePoints(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingTextInCodePoints() method
/frameworks/base/core/java/android/inputmethodservice/
DRemoteInputConnection.java402 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in RemoteInputConnection
403 return mInvoker.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
DIRemoteInputConnectionInvoker.java637 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in IRemoteInputConnectionInvoker
639 mConnection.deleteSurroundingTextInCodePoints(createHeader(), beforeLength, in deleteSurroundingTextInCodePoints()
/frameworks/base/core/tests/coretests/src/android/view/
DViewInputConnectionTest.java467 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) {
/frameworks/base/core/java/android/widget/
DAbsListView.java6350 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in AbsListView.FlingRunnable.InputConnectionWrapper
6351 return getTarget().deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
/frameworks/base/core/api/
Dcurrent.txt57406 method public boolean deleteSurroundingTextInCodePoints(int, int);
57724 method public boolean deleteSurroundingTextInCodePoints(int, int);
57782 method public boolean deleteSurroundingTextInCodePoints(int, int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84878 Lcom/android/internal/view/IInputConnectionWrapper;->deleteSurroundingTextInCodePoints(II)V
84945 Lcom/android/internal/view/IInputContext$Stub$Proxy;->deleteSurroundingTextInCodePoints(II)V
84996 Lcom/android/internal/view/IInputContext;->deleteSurroundingTextInCodePoints(II)V