Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidSpellCheckerSession.java50 final CharSequence typedText = TextInfoCompatUtils.getCharSequenceOrString(ti); in fixWronglyInvalidatedWordWithSingleQuote() local
51 if (!typedText.toString().contains(AndroidSpellCheckerService.SINGLE_QUOTE)) { in fixWronglyInvalidatedWordWithSingleQuote()
67 final CharSequence subText = typedText.subSequence(offset, offset + length); in fixWronglyInvalidatedWordWithSingleQuote()