Home
last modified time | relevance | path

Searched refs:punctuationSuggestions (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java526 final PunctuationSuggestions punctuationSuggestions, final ViewGroup stripView) { in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions() argument
527 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()