Home
last modified time | relevance | path

Searched refs:moreKeysList (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java75 final ArrayList<ExpectedKey> moreKeysList = new ArrayList<>(); in newInstance() local
86 moreKeysList.add(moreKey); in newInstance()
92 final ExpectedKey[] moreKeysArray = moreKeysList.toArray( in newInstance()
93 new ExpectedKey[moreKeysList.size()]); in newInstance()