/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | BaseInputConnectionTest.java | 526 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 D | InputConnection.java | 306 CharSequence getTextAfterCursor(@IntRange(from = 0) int n, int flags); in getTextAfterCursor() method 389 CharSequence textAfterCursor = getTextAfterCursor(afterLength, flags); in getSurroundingText()
|
H A D | InputConnectionWrapper.java | 92 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 D | RemoteInputConnectionImpl.java | 510 public void getTextAfterCursor(InputConnectionCommandHeader header, int length, int flags, in getTextAfterCursor() method in RemoteInputConnectionImpl 526 return ic.getTextAfterCursor(length, flags); in getTextAfterCursor()
|
H A D | BaseInputConnection.java | 606 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 D | IRemoteInputConnection.aidl | 43 void getTextAfterCursor(in InputConnectionCommandHeader header, int length, int flags, in getTextAfterCursor() method
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IRemoteInputConnectionInvoker.java | 196 public AndroidFuture<CharSequence> getTextAfterCursor(int length, int flags) { in getTextAfterCursor() method in IRemoteInputConnectionInvoker 199 mConnection.getTextAfterCursor(createHeader(), length, flags, future); in getTextAfterCursor()
|
H A D | RemoteInputConnection.java | 129 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 D | ViewInputConnectionTest.java | 442 public CharSequence getTextAfterCursor(int n, int flags) {
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 6256 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19297 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 D | current.txt | 55305 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 D | boot-image-profile.txt | 19361 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 D | hiddenapi-max-target-o.txt | 85554 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…
|