Searched refs:sortedKeys (Results 1 – 6 of 6) sorted by relevance
106 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in getKeyOf() local108 if (virtualViewId >= 0 && virtualViewId < sortedKeys.size()) { in getKeyOf()109 return sortedKeys.get(virtualViewId); in getKeyOf()118 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in getVirtualViewIdOf() local119 final int size = sortedKeys.size(); in getVirtualViewIdOf()121 if (sortedKeys.get(index) == key) { in getVirtualViewIdOf()208 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in createAccessibilityNodeInfo() local209 final int size = sortedKeys.size(); in createAccessibilityNodeInfo()211 final Key key = sortedKeys.get(index); in createAccessibilityNodeInfo()
51 ArrayList<Key> sortedKeys = new ArrayList<>(2); in testNewKeyboardLayout() local52 sortedKeys.add(key1); in testNewKeyboardLayout()53 sortedKeys.add(key2); in testNewKeyboardLayout()54 keyboardLayout = KeyboardLayout.newKeyboardLayout(sortedKeys, 11, 12, 13, 14); in testNewKeyboardLayout()
63 @Nonnull final List<Key> sortedKeys, in ProximityInfo() argument74 mSortedKeys = sortedKeys; in ProximityInfo()148 final List<Key> sortedKeys = mSortedKeys; in createNativeProximityInfo() local149 final int keyCount = getProximityInfoKeysCount(sortedKeys); in createNativeProximityInfo()159 for (int infoIndex = 0, keyIndex = 0; keyIndex < sortedKeys.size(); keyIndex++) { in createNativeProximityInfo()160 final Key key = sortedKeys.get(keyIndex); in createNativeProximityInfo()183 for (int infoIndex = 0, keyIndex = 0; keyIndex < sortedKeys.size(); keyIndex++) { in createNativeProximityInfo()184 final Key key = sortedKeys.get(keyIndex); in createNativeProximityInfo()
109 public static KeyboardLayout newKeyboardLayout(@Nonnull final List<Key> sortedKeys, in newKeyboardLayout() argument113 for (final Key key : sortedKeys) { in newKeyboardLayout()
55 public static Key[][] buildKeyboard(final List<Key> sortedKeys) { in buildKeyboard() argument57 final ArrayList<Key> filteredSortedKeys = filterOutSpacer(sortedKeys); in buildKeyboard()
381 final Key[][] sortedKeys = sortKeysIntoPages( in getKeyboard() local383 for (int pageId = 0; pageId < sortedKeys.length; ++pageId) { in getKeyboard()387 for (final Key emojiKey : sortedKeys[pageId]) { in getKeyboard()