Home
last modified time | relevance | path

Searched refs:getTextAfterCursor (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DBaseInputConnectionTest.java526 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(1, 0), "7"); in testGetText_noStyle()
537 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(100, 0), "789"); in testGetText_noStyle()
545 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(0, 0), ""); in testGetText_noStyle()
553 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(Integer.MAX_VALUE, 0), "789"); in testGetText_noStyle()
595 mBaseInputConnection.getTextAfterCursor(1, InputConnection.GET_TEXT_WITH_STYLES), in testGetText_withStyle()
634 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(1, 0), ""); in testGetText_emptyText()
646 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(0, 0), ""); in testGetText_emptyText()
657 verifyContentEquals(mBaseInputConnection.getTextAfterCursor(Integer.MAX_VALUE, 0), ""); in testGetText_emptyText()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java306 CharSequence getTextAfterCursor(@IntRange(from = 0) int n, int flags); in getTextAfterCursor() method
389 CharSequence textAfterCursor = getTextAfterCursor(afterLength, flags); in getSurroundingText()
H A DInputConnectionWrapper.java92 public CharSequence getTextAfterCursor(@IntRange(from = 0) int n, int flags) { in getTextAfterCursor() method in InputConnectionWrapper
94 return mTarget.getTextAfterCursor(n, flags); in getTextAfterCursor()
H A DRemoteInputConnectionImpl.java510 public void getTextAfterCursor(InputConnectionCommandHeader header, int length, int flags, in getTextAfterCursor() method in RemoteInputConnectionImpl
526 return ic.getTextAfterCursor(length, flags); in getTextAfterCursor()
H A DBaseInputConnection.java606 public CharSequence getTextAfterCursor(@IntRange(from = 0) int length, int flags) { in getTextAfterCursor() method in BaseInputConnection
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DIRemoteInputConnection.aidl43 void getTextAfterCursor(in InputConnectionCommandHeader header, int length, int flags, in getTextAfterCursor() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIRemoteInputConnectionInvoker.java196 public AndroidFuture<CharSequence> getTextAfterCursor(int length, int flags) { in getTextAfterCursor() method in IRemoteInputConnectionInvoker
199 mConnection.getTextAfterCursor(createHeader(), length, flags, future); in getTextAfterCursor()
H A DRemoteInputConnection.java129 public CharSequence getTextAfterCursor(@IntRange(from = 0) int length, int flags) { in getTextAfterCursor() method in RemoteInputConnection
138 final CompletableFuture<CharSequence> value = mInvoker.getTextAfterCursor(length, flags); in getTextAfterCursor()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInputConnectionTest.java442 public CharSequence getTextAfterCursor(int n, int flags) {
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java6256 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor() method in AbsListView.FlingRunnable.InputConnectionWrapper
6258 return mTarget.getTextAfterCursor(n, flags); in getTextAfterCursor()
/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/boot/
H A Dboot-image-profile.txt19297 HSPLandroid/view/inputmethod/BaseInputConnection;->getTextAfterCursor(II)Ljava/lang/CharSequence;
19374 HSPLandroid/view/inputmethod/InputConnectionWrapper;->getTextAfterCursor(II)Ljava/lang/CharSequence;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt55305 method @Nullable public CharSequence getTextAfterCursor(@IntRange(from=0) int, int);
55604 method @Nullable public CharSequence getTextAfterCursor(@IntRange(from=0) int, int);
55660 method @Nullable public CharSequence getTextAfterCursor(@IntRange(from=0) int, int);
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19361 HSPLandroid/view/inputmethod/BaseInputConnection;->getTextAfterCursor(II)Ljava/lang/CharSequence;
19438 HSPLandroid/view/inputmethod/InputConnectionWrapper;->getTextAfterCursor(II)Ljava/lang/CharSequence;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85554 Lcom/android/internal/view/IInputConnectionWrapper;->getTextAfterCursor(IIILcom/android/internal/vi…
85595 Lcom/android/internal/view/IInputContext$Stub$Proxy;->getTextAfterCursor(IIILcom/android/internal/v…
85645 Lcom/android/internal/view/IInputContext;->getTextAfterCursor(IIILcom/android/internal/view/IInputC…