Home
last modified time | relevance | path

Searched defs:countInStrip (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestionsView.java341 final int countInStrip = mSuggestionsCountInStrip; in layout() local
413 private void setupTexts(SuggestedWords suggestions, int countInStrip) { in setupTexts()
427 final int countInStrip = Math.min(suggestions.size(), PUNCTUATIONS_IN_STRIP); in layoutPunctuationSuggestions() local