| Package | Description |
|---|---|
| android.service.textservice | |
| android.view.textservice |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<TextInfo> |
TextInfo.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2008-2013. All Rights Reserved.