Searched defs:sortedKeys (Results 1 – 6 of 6) sorted by relevance
51 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