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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKey.java 101 private static final ExpectedKey[] EMPTY_KEYS = new ExpectedKey[0];
118 return EMPTY_KEYS;
131 mVisual, mOutput, EMPTY_KEYS, 0 /* additionalMoreKeysIndex */, additionalMoreKeys);
139 mVisual, mOutput, EMPTY_KEYS, additionalMoreKeysIndex);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java 39 protected static final ExpectedKey[] EMPTY_KEYS = joinKeys();
148 return isPhone ? EMPTY_KEYS : joinKeys(EXCLAMATION_AND_QUESTION_MARKS, SHIFT_KEY);

Completed in 58 milliseconds