|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextInfo | |
|---|---|
| android.service.textservice | |
| android.view.textservice | |
| Uses of TextInfo in android.service.textservice |
|---|
| Methods in android.service.textservice with parameters of type TextInfo | |
|---|---|
SentenceSuggestionsInfo[] |
SpellCheckerService.Session.onGetSentenceSuggestionsMultiple(TextInfo[] textInfos,
int suggestionsLimit)
|
abstract SuggestionsInfo |
SpellCheckerService.Session.onGetSuggestions(TextInfo textInfo,
int suggestionsLimit)
|
SuggestionsInfo[] |
SpellCheckerService.Session.onGetSuggestionsMultiple(TextInfo[] textInfos,
int suggestionsLimit,
boolean sequentialWords)
|
| Uses of TextInfo in android.view.textservice |
|---|
| Fields in android.view.textservice with type parameters of type TextInfo | |
|---|---|
static Parcelable.Creator<TextInfo> |
TextInfo.CREATOR
|
| Methods in android.view.textservice with parameters of type TextInfo | |
|---|---|
void |
SpellCheckerSession.getSentenceSuggestions(TextInfo[] textInfos,
int suggestionsLimit)
|
void |
SpellCheckerSession.getSuggestions(TextInfo[] textInfos,
int suggestionsLimit,
boolean sequentialWords)
Deprecated. |
void |
SpellCheckerSession.getSuggestions(TextInfo textInfo,
int suggestionsLimit)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||