Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A 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()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
H A 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()
/aosp12/frameworks/base/core/tests/coretests/src/android/util/
H A DSparseDoubleArrayTest.java97 final int[] sortedKeys = Arrays.copyOf(keys, keys.length); in testKeyValueAt() local
98 Arrays.sort(sortedKeys); in testKeyValueAt()
100 for (int i = 0; i < sortedKeys.length; i++) { in testKeyValueAt()
101 final int expectedKey = sortedKeys[i]; in testKeyValueAt()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A 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()
H A DKeyboardLayout.java109 public static KeyboardLayout newKeyboardLayout(@Nonnull final List<Key> sortedKeys, in newKeyboardLayout() argument
113 for (final Key key : sortedKeys) { in newKeyboardLayout()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DActualKeyboardBuilder.java55 public static Key[][] buildKeyboard(final List<Key> sortedKeys) { in buildKeyboard() argument
57 final ArrayList<Key> filteredSortedKeys = filterOutSpacer(sortedKeys); in buildKeyboard()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleBinarySerializer.java167 List<String> sortedKeys = rulesMap.keySet().stream().sorted().collect(Collectors.toList()); in serializeRuleList() local
169 for (String key : sortedKeys) { in serializeRuleList()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierConfigLoader.java1493 List<String> sortedKeys = new ArrayList<String>(configApp.keySet()); in printConfig() local
1494 Collections.sort(sortedKeys); in printConfig()
1497 for (String key : sortedKeys) { in printConfig()
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...