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