Searched refs:textInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
H A Ddata.h113 XATimedTextStreamInformation textInfo; member in union:__anon1750::__anon1751
/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);
/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo;
/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

Completed in 126 milliseconds