Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java67 private static final int PUNCTUATIONS_IN_STRIP = 5; field in SuggestionStripLayoutHelper
527 final int countInStrip = Math.min(punctuationSuggestions.size(), PUNCTUATIONS_IN_STRIP); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()