Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java357 final int wordCountToShow = suggestedWords.getWordCountToShow( in layoutAndReturnStartIndexOfMoreSuggestions() local
364 if (wordCountToShow == 1 || getTextScaleX(centerWordView.getText(), centerWidth, in layoutAndReturnStartIndexOfMoreSuggestions()
369 mMoreSuggestionsAvailable = (wordCountToShow > countInStrip); in layoutAndReturnStartIndexOfMoreSuggestions()
381 mMoreSuggestionsAvailable = (wordCountToShow > countInStrip); in layoutAndReturnStartIndexOfMoreSuggestions()