Home
last modified time | relevance | path

Searched refs:getInitialTextBeforeCursor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/InputMethodCoreTests/src/android/view/inputmethod/
DEditorInfoTest.java314 editorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, anyInt()))); in setInitialSubText_trimmedSubText_dividesByOriginalCursorPosition()
337 sourceEditorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, in initialSurroundingText_wrapIntoParcel_staysIntact()
339 targetEditorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, in initialSurroundingText_wrapIntoParcel_staysIntact()
377 editorInfo.getInitialTextBeforeCursor(/* length= */ 60, /* flags= */ 1); in surroundingTextRetrieval_writeToParcel_noException()
411 (SpannableString) editorInfo.getInitialTextBeforeCursor( in testSpanAfterSurroundingTextRetrieval()
434 editorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, in assertExpectedTextLength()
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java996 public CharSequence getInitialTextBeforeCursor( in getInitialTextBeforeCursor() method in EditorInfo
/frameworks/base/core/api/
Dcurrent.txt57561 method @Nullable public CharSequence getInitialTextBeforeCursor(@IntRange(from=0) int, int);