Searched defs:suggestions (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 101 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/ |
D | SuggestionsInfo.java | 59 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/ |
D | SpellChecker.java | 472 String[] suggestions; in createMisspelledSuggestionSpan() local
|
D | Editor.java | 2470 String[] suggestions = suggestionSpan.getSuggestions(); in updateSuggestions() local 2661 String[] suggestions = suggestionInfo.suggestionSpan.getSuggestions(); in onItemClick() local
|
/frameworks/base/services/java/com/android/server/ |
D | InputMethodManagerService.java | 1565 final String[] suggestions = span.getSuggestions(); in notifySuggestionPicked() local
|