Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DBaseInputConnectionTest.java525 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 DInputConnection.java261 CharSequence getTextBeforeCursor(@IntRange(from = 0) int n, int flags); in getTextBeforeCursor() method
385 CharSequence textBeforeCursor = getTextBeforeCursor(beforeLength, flags); in getSurroundingText()
H A DInputConnectionWrapper.java80 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 DRemoteInputConnectionImpl.java532 public void getTextBeforeCursor(InputConnectionCommandHeader header, int length, int flags, in getTextBeforeCursor() method in RemoteInputConnectionImpl
548 return ic.getTextBeforeCursor(length, flags); in getTextBeforeCursor()
H A DBaseInputConnection.java545 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 DIRemoteInputConnection.aidl40 void getTextBeforeCursor(in InputConnectionCommandHeader header, int length, int flags, in getTextBeforeCursor() method
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DIRemoteInputConnectionInvoker.java217 public AndroidFuture<CharSequence> getTextBeforeCursor(int length, int flags) { in getTextBeforeCursor() method in IRemoteInputConnectionInvoker
220 mConnection.getTextBeforeCursor(createHeader(), length, flags, future); in getTextBeforeCursor()
H A DRemoteInputConnection.java157 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 DViewInputConnectionTest.java437 public CharSequence getTextBeforeCursor(int n, int flags) {
/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java6250 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19298 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 Dcurrent.txt55306 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 Dboot-image-profile.txt19362 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 Dhiddenapi-max-target-o.txt85555 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…