Home
last modified time | relevance | path

Searched refs:subText (Results 1 – 3 of 3) 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/services/Car/car-support-lib/src/android/support/car/ui/
DCarNavExtender.java295 public CarNavExtender setSubText(CharSequence subText) { in setSubText() argument
296 mSubText = subText; in setSubText()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java286 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine() local
290 subText.setText(collection); in inflateTwoLine()