Searched defs:textInfo (Results 1 – 4 of 4) sorted by relevance
113 XATimedTextStreamInformation textInfo; member
192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { in getSuggestions()
124 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); in onGetSuggestions()
295 final TextInfo textInfo = new TextInfo(editable, start, end, mCookie, mIds[i]); in spellCheck() local