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

/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java121 * @param textInfo the text metadata
123 * @return SuggestionsInfo which contains suggestions for textInfo
125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); argument
/frameworks/wilhelm/src/
H A Ddata.h108 XATimedTextStreamInformation textInfo; member in union:__anon1621::__anon1622
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java190 * @param textInfo text metadata for a spell checker
195 public void getSuggestions(TextInfo textInfo, int suggestionsLimit) { argument
196 getSuggestions(new TextInfo[] {textInfo}, suggestionsLimit, false);

Completed in 193 milliseconds