Home
last modified time | relevance | path

Searched defs:subText (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java608 public void setInitialSurroundingSubText(@NonNull CharSequence subText, int subTextStart) { in setInitialSurroundingSubText()
657 private void trimLongSurroundingText(CharSequence subText, int selStart, int selEnd, in trimLongSurroundingText()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerSession.java67 final CharSequence subText = typedText.subSequence(offset, offset + length); in fixWronglyInvalidatedWordWithSingleQuote() local
/aosp12/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DKeyboardLayoutDialogFragment.java281 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DEditorInfoTest.java257 final CharSequence subText = createTestText(EditorInfo.MEMORY_EFFICIENT_TEXT_LENGTH); in setInitialSubText_trimmedSubText_dividesByOriginalCursorPosition() local