Home
last modified time | relevance | path

Searched defs:allKeys (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java148 final ArrayList<Key> allKeys = new ArrayList<>(mSortedKeys); in removeRedundantMoreKeys() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java286 HashSet<String> allKeys = new HashSet<String>(); in verifyKeys() local
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java799 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices()