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

/frameworks/base/core/java/android/view/textservice/
H A DSuggestionsInfo.java56 * @param suggestionsAttributes from the text service
59 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) { argument
60 this(suggestionsAttributes, suggestions, 0, 0);
65 * @param suggestionsAttributes from the text service
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
79 mSuggestionsAttributes = suggestionsAttributes;
70 SuggestionsInfo( int suggestionsAttributes, String[] suggestions, int cookie, int sequence) argument

Completed in 74 milliseconds