Searched refs:PUNCTUATIONS_IN_STRIP (Results 1 – 1 of 1) sorted by relevance
66 private static final int PUNCTUATIONS_IN_STRIP = 5; field in SuggestionStripLayoutHelper523 final int countInStrip = Math.min(punctuationSuggestions.size(), PUNCTUATIONS_IN_STRIP); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()