Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerSession.java67 final CharSequence subText = typedText.subSequence(offset, offset + length); in fixWronglyInvalidatedWordWithSingleQuote() local
70 currentWord = subText; in fixWronglyInvalidatedWordWithSingleQuote()
71 if (!subText.toString().contains(AndroidSpellCheckerService.SINGLE_QUOTE)) { in fixWronglyInvalidatedWordWithSingleQuote()
75 final CharSequence[] splitTexts = SpannableStringUtils.split(subText, in fixWronglyInvalidatedWordWithSingleQuote()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java281 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine() local
285 subText.setText(collection); in inflateTwoLine()