Searched refs:subText (Results 1 – 3 of 3) sorted by relevance
67 final CharSequence subText = typedText.subSequence(offset, offset + length); in fixWronglyInvalidatedWordWithSingleQuote() local70 currentWord = subText; in fixWronglyInvalidatedWordWithSingleQuote()71 if (!subText.toString().contains(AndroidSpellCheckerService.SINGLE_QUOTE)) { in fixWronglyInvalidatedWordWithSingleQuote()75 final CharSequence[] splitTexts = SpannableStringUtils.split(subText, in fixWronglyInvalidatedWordWithSingleQuote()
295 public CarNavExtender setSubText(CharSequence subText) { in setSubText() argument296 mSubText = subText; in setSubText()
286 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine() local290 subText.setText(collection); in inflateTwoLine()