| Package | Description |
|---|---|
| android.service.textservice | |
| android.view.textservice |
| Modifier and Type | Method and Description |
|---|---|
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<SuggestionsInfo> |
SuggestionsInfo.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
SuggestionsInfo |
SentenceSuggestionsInfo.getSuggestionsInfoAt(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpellCheckerSession.SpellCheckerSessionListener.onGetSuggestions(SuggestionsInfo[] results) |
| Constructor and Description |
|---|
SentenceSuggestionsInfo(SuggestionsInfo[] suggestionsInfos,
int[] offsets,
int[] lengths) |
Copyright © 2008-2013. All Rights Reserved.