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.java892 public void deleteSurroundingTextInCodePoints(InputConnectionCommandHeader header, in deleteSurroundingTextInCodePoints() method in RemoteInputConnectionImpl
904 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.java6336 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in AbsListView.FlingRunnable.InputConnectionWrapper
6337 return getTarget().deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
/frameworks/base/core/api/
Dcurrent.txt55887 method public boolean deleteSurroundingTextInCodePoints(int, int);
56201 method public boolean deleteSurroundingTextInCodePoints(int, int);
56259 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