Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityNodeProvider.java106 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in getKeyOf() local
108 if (virtualViewId >= 0 && virtualViewId < sortedKeys.size()) { in getKeyOf()
109 return sortedKeys.get(virtualViewId); in getKeyOf()
118 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in getVirtualViewIdOf() local
119 final int size = sortedKeys.size(); in getVirtualViewIdOf()
121 if (sortedKeys.get(index) == key) { in getVirtualViewIdOf()
208 final List<Key> sortedKeys = mKeyboard.getSortedKeys(); in createAccessibilityNodeInfo() local
209 final int size = sortedKeys.size(); in createAccessibilityNodeInfo()
211 final Key key = sortedKeys.get(index); in createAccessibilityNodeInfo()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutTest.java53 ArrayList<Key> sortedKeys = new ArrayList<>(2); in testNewKeyboardLayout() local
54 sortedKeys.add(key1); in testNewKeyboardLayout()
55 sortedKeys.add(key2); in testNewKeyboardLayout()
56 keyboardLayout = KeyboardLayout.newKeyboardLayout(sortedKeys, 11, 12, 13, 14); in testNewKeyboardLayout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java63 @Nonnull final List<Key> sortedKeys, in ProximityInfo() argument
74 mSortedKeys = sortedKeys; in ProximityInfo()
148 final List<Key> sortedKeys = mSortedKeys; in createNativeProximityInfo() local
149 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()
DKeyboardLayout.java109 public static KeyboardLayout newKeyboardLayout(@Nonnull final List<Key> sortedKeys, in newKeyboardLayout() argument
113 for (final Key key : sortedKeys) { in newKeyboardLayout()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DActualKeyboardBuilder.java55 public static Key[][] buildKeyboard(final List<Key> sortedKeys) { in buildKeyboard() argument
57 final ArrayList<Key> filteredSortedKeys = filterOutSpacer(sortedKeys); in buildKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiCategory.java381 final Key[][] sortedKeys = sortKeysIntoPages( in getKeyboard() local
383 for (int pageId = 0; pageId < sortedKeys.length; ++pageId) { in getKeyboard()
387 for (final Key emojiKey : sortedKeys[pageId]) { in getKeyboard()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java1730 List<String> sortedKeys = new ArrayList<String>(configApp.keySet()); in printConfig() local
1731 Collections.sort(sortedKeys); in printConfig()
1734 for (String key : sortedKeys) { in printConfig()
/packages/apps/TV/libs/m2/
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...