Searched defs:textInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java120 * @param textInfo the text metadata
122 * @return SuggestionsInfo which contains suggestions for textInfo
124 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); argument
/frameworks/wilhelm/src/
H A Ddata.h110 XATimedTextStreamInformation textInfo; member in union:__anon1663::__anon1664
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java187 * @param textInfo text metadata for a spell checker
192 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { argument
193 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false);

Completed in 114 milliseconds