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/suggestions/
DSuggestionStripLayoutHelper.java368 final int countInStrip = 1; in layoutAndReturnStartIndexOfMoreSuggestions() local
380 final int countInStrip = mSuggestionsCountInStrip; in layoutAndReturnStartIndexOfMoreSuggestions() local
523 final int countInStrip = Math.min(punctuationSuggestions.size(), PUNCTUATIONS_IN_STRIP); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions() local