Searched refs:subText (Results 1 – 2 of 2) 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()
281 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine() local285 subText.setText(collection); in inflateTwoLine()