Searched refs:TextInfoCompatUtils (Results 1 – 4 of 4) sorted by relevance
63 final TextInfo textInfo = TextInfoCompatUtils.newInstance(text, in testGetCharSequence()69 TextInfoCompatUtils.getCharSequenceOrString(textInfo); in testGetCharSequence()74 if (TextInfoCompatUtils.isCharSequenceSupported()) { in testGetCharSequence()
26 import com.android.inputmethod.compat.TextInfoCompatUtils;141 TextInfoCompatUtils.getCharSequenceOrString(originalTextInfo);150 final TextInfo ti = TextInfoCompatUtils.newInstance(originalText, wordStart,
29 import com.android.inputmethod.compat.TextInfoCompatUtils;50 final CharSequence typedText = TextInfoCompatUtils.getCharSequenceOrString(ti); in fixWronglyInvalidatedWordWithSingleQuote()207 TextInfoCompatUtils.getCharSequenceOrString(prevTextInfo); in onGetSuggestionsMultiple()
27 public final class TextInfoCompatUtils { class