Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java373 int filteredImisCount = 0; in hasMultipleEnabledSubtypes() local
377 if (filteredImisCount > 1) return true; in hasMultipleEnabledSubtypes()
381 ++filteredImisCount; in hasMultipleEnabledSubtypes()
397 ++filteredImisCount; in hasMultipleEnabledSubtypes()
401 if (filteredImisCount > 1) { in hasMultipleEnabledSubtypes()