Searched refs:punctuationSuggestions (Results 1 – 1 of 1) sorted by relevance
526 final PunctuationSuggestions punctuationSuggestions, final ViewGroup stripView) { in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions() argument527 final int countInStrip = Math.min(punctuationSuggestions.size(), PUNCTUATIONS_IN_STRIP); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()535 final String punctuation = punctuationSuggestions.getLabel(positionInStrip); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()547 mMoreSuggestionsAvailable = (punctuationSuggestions.size() > countInStrip); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()