/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | BaseInputConnectionTest.java | 525 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(1, 0), "3"); in testGetText_noStyle() 536 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(100, 0), "123"); in testGetText_noStyle() 544 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(0, 0), ""); in testGetText_noStyle() 552 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(Integer.MAX_VALUE, 0), "123"); in testGetText_noStyle() 589 mBaseInputConnection.getTextBeforeCursor(1, InputConnection.GET_TEXT_WITH_STYLES), in testGetText_withStyle() 633 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(1, 0), ""); in testGetText_emptyText() 645 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(0, 0), ""); in testGetText_emptyText() 656 verifyContentEquals(mBaseInputConnection.getTextBeforeCursor(Integer.MAX_VALUE, 0), ""); in testGetText_emptyText()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputConnection.java | 261 CharSequence getTextBeforeCursor(@IntRange(from = 0) int n, int flags); in getTextBeforeCursor() method 385 CharSequence textBeforeCursor = getTextBeforeCursor(beforeLength, flags); in getSurroundingText()
|
H A D | InputConnectionWrapper.java | 80 public CharSequence getTextBeforeCursor(@IntRange(from = 0) int n, int flags) { in getTextBeforeCursor() method in InputConnectionWrapper 82 return mTarget.getTextBeforeCursor(n, flags); in getTextBeforeCursor()
|
H A D | RemoteInputConnectionImpl.java | 532 public void getTextBeforeCursor(InputConnectionCommandHeader header, int length, int flags, in getTextBeforeCursor() method in RemoteInputConnectionImpl 548 return ic.getTextBeforeCursor(length, flags); in getTextBeforeCursor()
|
H A D | BaseInputConnection.java | 545 public CharSequence getTextBeforeCursor(@IntRange(from = 0) int length, int flags) { in getTextBeforeCursor() method in BaseInputConnection
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | IRemoteInputConnection.aidl | 40 void getTextBeforeCursor(in InputConnectionCommandHeader header, int length, int flags, in getTextBeforeCursor() method
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IRemoteInputConnectionInvoker.java | 217 public AndroidFuture<CharSequence> getTextBeforeCursor(int length, int flags) { in getTextBeforeCursor() method in IRemoteInputConnectionInvoker 220 mConnection.getTextBeforeCursor(createHeader(), length, flags, future); in getTextBeforeCursor()
|
H A D | RemoteInputConnection.java | 157 public CharSequence getTextBeforeCursor(@IntRange(from = 0) int length, int flags) { in getTextBeforeCursor() method in RemoteInputConnection 166 final CompletableFuture<CharSequence> value = mInvoker.getTextBeforeCursor(length, flags); in getTextBeforeCursor()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewInputConnectionTest.java | 437 public CharSequence getTextBeforeCursor(int n, int flags) {
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | AbsListView.java | 6250 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() method in AbsListView.FlingRunnable.InputConnectionWrapper 6252 return mTarget.getTextBeforeCursor(n, flags); in getTextBeforeCursor()
|
/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 | 19298 HSPLandroid/view/inputmethod/BaseInputConnection;->getTextBeforeCursor(II)Ljava/lang/CharSequence; 19375 HSPLandroid/view/inputmethod/InputConnectionWrapper;->getTextBeforeCursor(II)Ljava/lang/CharSequenc…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 55306 method @Nullable public CharSequence getTextBeforeCursor(@IntRange(from=0) int, int); 55605 method @Nullable public CharSequence getTextBeforeCursor(@IntRange(from=0) int, int); 55661 method @Nullable public CharSequence getTextBeforeCursor(@IntRange(from=0) int, int);
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19362 HSPLandroid/view/inputmethod/BaseInputConnection;->getTextBeforeCursor(II)Ljava/lang/CharSequence; 19439 HSPLandroid/view/inputmethod/InputConnectionWrapper;->getTextBeforeCursor(II)Ljava/lang/CharSequenc…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 85555 Lcom/android/internal/view/IInputConnectionWrapper;->getTextBeforeCursor(IIILcom/android/internal/v… 85596 Lcom/android/internal/view/IInputContext$Stub$Proxy;->getTextBeforeCursor(IIILcom/android/internal/… 85646 Lcom/android/internal/view/IInputContext;->getTextBeforeCursor(IIILcom/android/internal/view/IInput…
|