Example usage for Java android.view.textservice SuggestionsInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | RESULT_ATTR_IN_THE_DICTIONARY Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes : this tells that the requested word was found in the dictionary in the text service. |
int | RESULT_ATTR_LOOKS_LIKE_TYPO Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes : this tells that the text service thinks the requested word looks like a typo. |
int | RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS Flag of the attributes of the suggestions that can be obtained by #getSuggestionsAttributes : this tells that the text service thinks the result suggestions include highly recommended ones. |