HomeSort by relevance Sort by last modified time
    Searched refs:isBatchMode (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 416 final boolean isBatchMode = wordComposer.isBatchMode();
417 if (!isBatchMode && TextUtils.isEmpty(typedWord)) return;
423 if (!isBatchMode) {
BinaryDictionary.java 145 final boolean isGesture = composer.isBatchMode();
WordComposer.java 380 public boolean isBatchMode() {
Suggest.java 167 if (wordComposer.isBatchMode()) {
LatinIME.java     [all...]

Completed in 66 milliseconds