Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java106 public int getWordCountToShow(final boolean shouldShowLxxSuggestionUi) { in getWordCountToShow() argument
107 if (isPrediction() || !shouldShowLxxSuggestionUi) { in getWordCountToShow()