Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DLayoutBase.java39 protected static final ExpectedKey[] EMPTY_KEYS = joinKeys(); field in LayoutBase.LayoutCustomizer
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java101 private static final ExpectedKey[] EMPTY_KEYS = new ExpectedKey[0]; field in ExpectedKey