Searched defs:sortedKeys (Results 1 – 7 of 7) sorted by relevance
53 ArrayList<Key> sortedKeys = new ArrayList<>(2); in testNewKeyboardLayout() local
106 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in getKeyOf() local118 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in getVirtualViewIdOf() local208 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in createAccessibilityNodeInfo() local
109 public static KeyboardLayout newKeyboardLayout(@Nonnull final List<Key> sortedKeys, in newKeyboardLayout()
63 @Nonnull final List<Key> sortedKeys, in ProximityInfo()148 final List<Key> sortedKeys = mSortedKeys; in createNativeProximityInfo() local
55 public static Key[][] buildKeyboard(final List<Key> sortedKeys) { in buildKeyboard()
381 final Key[][] sortedKeys = sortKeysIntoPages( in getKeyboard() local
1171 List<String> sortedKeys = new ArrayList<String>(configApp.keySet()); in printConfig() local