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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java66 private static final int PUNCTUATIONS_IN_STRIP = 5; field in class:SuggestionStripLayoutHelper
523 final int countInStrip = Math.min(punctuationSuggestions.size(), PUNCTUATIONS_IN_STRIP);

Completed in 44 milliseconds