Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DEditorInfoTest.java274 editorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, anyInt()))); in setInitialSubText_trimmedSubText_dividesByOriginalCursorPosition()
297 sourceEditorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, in initialSurroundingText_wrapIntoParcel_staysIntact()
299 targetEditorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, in initialSurroundingText_wrapIntoParcel_staysIntact()
337 editorInfo.getInitialTextBeforeCursor(/* length= */ 60, /* flags= */ 1); in surroundingTextRetrieval_writeToParcel_noException()
371 (SpannableString) editorInfo.getInitialTextBeforeCursor( in testSpanAfterSurroundingTextRetrieval()
394 editorInfo.getInitialTextBeforeCursor(LONG_EXP_TEXT_LENGTH, in assertExpectedTextLength()
/frameworks/base/core/java/android/view/inputmethod/
DEditorInfo.java728 public CharSequence getInitialTextBeforeCursor( in getInitialTextBeforeCursor() method in EditorInfo
/frameworks/base/core/api/
Dcurrent.txt51741 method @Nullable public CharSequence getInitialTextBeforeCursor(@IntRange(from=0) int, int);