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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 82 public boolean mAllowRedundantMoreKeys;
140 if (mAllowRedundantMoreKeys) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 108 boolean mAllowRedundantMoreKeys;
225 builder.setAllowRedundantMoreKes(elementParams.mAllowRedundantMoreKeys);
465 elementParams.mAllowRedundantMoreKeys = a.getBoolean(

Completed in 682 milliseconds