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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 82 public boolean mAllowRedundantMoreKeys;
140 if (mAllowRedundantMoreKeys) {
KeyboardBuilder.java 165 mParams.mAllowRedundantMoreKeys = enabled;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 107 boolean mAllowRedundantMoreKeys;
224 builder.setAllowRedundantMoreKes(elementParams.mAllowRedundantMoreKeys);
454 elementParams.mAllowRedundantMoreKeys = a.getBoolean(

Completed in 31 milliseconds