Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java106 public int getWordCountToShow(final boolean shouldShowLxxSuggestionUi) { in getWordCountToShow() method in SuggestedWords
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java357 final int wordCountToShow = suggestedWords.getWordCountToShow( in layoutAndReturnStartIndexOfMoreSuggestions()