Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnectionWrapper.java142 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in InputConnectionWrapper
143 return mTarget.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
H A DInputConnection.java549 boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength); in deleteSurroundingTextInCodePoints() method
H A DRemoteInputConnectionImpl.java940 public void deleteSurroundingTextInCodePoints(InputConnectionCommandHeader header, in deleteSurroundingTextInCodePoints() method in RemoteInputConnectionImpl
952 ic.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
H A DBaseInputConnection.java432 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in BaseInputConnection
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIRemoteInputConnection.aidl54 void deleteSurroundingTextInCodePoints(in InputConnectionCommandHeader header, int beforeLength, in deleteSurroundingTextInCodePoints() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIRemoteInputConnectionInvoker.java637 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in IRemoteInputConnectionInvoker
639 mConnection.deleteSurroundingTextInCodePoints(createHeader(), beforeLength, in deleteSurroundingTextInCodePoints()
H A DRemoteInputConnection.java402 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in RemoteInputConnection
403 return mInvoker.deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInputConnectionTest.java467 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) {
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java6290 public boolean deleteSurroundingTextInCodePoints(int beforeLength, int afterLength) { in deleteSurroundingTextInCodePoints() method in AbsListView.FlingRunnable.InputConnectionWrapper
6291 return getTarget().deleteSurroundingTextInCodePoints(beforeLength, afterLength); in deleteSurroundingTextInCodePoints()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55295 method public boolean deleteSurroundingTextInCodePoints(int, int);
55596 method public boolean deleteSurroundingTextInCodePoints(int, int);
55653 method public boolean deleteSurroundingTextInCodePoints(int, int);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85521 Lcom/android/internal/view/IInputConnectionWrapper;->deleteSurroundingTextInCodePoints(II)V
85588 Lcom/android/internal/view/IInputContext$Stub$Proxy;->deleteSurroundingTextInCodePoints(II)V
85639 Lcom/android/internal/view/IInputContext;->deleteSurroundingTextInCodePoints(II)V