HomeSort by relevance Sort by last modified time
    Searched full:suggestionsattributes (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 56 * @param suggestionsAttributes from the text service
59 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) {
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;

Completed in 31 milliseconds