Searched defs:EMPTY_KEYS (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKey.java101 private static final ExpectedKey[] EMPTY_KEYS = new ExpectedKey[0]; field in class:ExpectedKey
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/
H A DLayoutBase.java39 protected static final ExpectedKey[] EMPTY_KEYS = joinKeys(); field in class:LayoutBase.LayoutCustomizer
148 return isPhone ? EMPTY_KEYS : joinKeys(EXCLAMATION_AND_QUESTION_MARKS, SHIFT_KEY);

Completed in 923 milliseconds