Searched defs:suggestions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java25 * This class contains a metadata of suggestions from the text service
31 * Flag of the attributes of the suggestions that can be obtained by
37 * Flag of the attributes of the suggestions that can be obtained by
43 * Flag of the attributes of the suggestions that can be obtained by
45 * the result suggestions include highly recommended ones.
57 * @param suggestions from the text service
59 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { argument
60 this(suggestionsAttributes, suggestions, 0, 0);
66 * @param suggestions from the text service
71 int suggestionsAttributes, String[] suggestions, in
70 SuggestionsInfo( int suggestionsAttributes, String[] suggestions, int cookie, int sequence) argument
[all...]
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java39 * the original text by one of the suggestions.
49 * Sets this flag if the suggestions should be easily accessible with few interactions.
50 * This flag should be set for every suggestions that the user is likely to use.
55 * Sets this flag if the suggestions apply to a misspelled word/text. This type of suggestion is
98 * @param suggestions Suggestions for the string under the span
101 public SuggestionSpan(Context context, String[] suggestions, int flags) { argument
102 this(context, null, suggestions, flags, null);
106 * @param locale Locale of the suggestions
107 * @param suggestions Suggestions for the string under the span
110 public SuggestionSpan(Locale locale, String[] suggestions, in argument
123 SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, Class<?> notificationTargetClass) argument
270 hashCodeInternal(String[] suggestions, String locale, String notificationTargetClassName) argument
[all...]

Completed in 39 milliseconds