Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java101 public SuggestionSpan(Context context, String[] suggestions, int flags) { in SuggestionSpan()
110 public SuggestionSpan(Locale locale, String[] suggestions, int flags) { in SuggestionSpan()
123 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, in SuggestionSpan()
270 private static int hashCodeInternal(String[] suggestions, String locale, in hashCodeInternal()
/frameworks/base/core/java/android/view/textservice/
DSuggestionsInfo.java59 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { in SuggestionsInfo()
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) { in SuggestionsInfo()
/frameworks/base/core/java/android/widget/
DSpellChecker.java472 String[] suggestions; in createMisspelledSuggestionSpan() local
DEditor.java2470 String[] suggestions = suggestionSpan.getSuggestions(); in updateSuggestions() local
2661 String[] suggestions = suggestionInfo.suggestionSpan.getSuggestions(); in onItemClick() local
/frameworks/base/services/java/com/android/server/
DInputMethodManagerService.java1565 final String[] suggestions = span.getSuggestions(); in notifySuggestionPicked() local