Home
last modified time | relevance | path

Searched refs:shortcutIterator (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_shortcut_iterator.h34 …BinaryDictionaryShortcutIterator(const BinaryDictionaryShortcutIterator &&shortcutIterator) noexce… in BinaryDictionaryShortcutIterator() argument
35 : mShortcutStructurePolicy(shortcutIterator.mShortcutStructurePolicy), in BinaryDictionaryShortcutIterator()
36 mPos(shortcutIterator.mPos), in BinaryDictionaryShortcutIterator()
37 mHasNextShortcutTarget(shortcutIterator.mHasNextShortcutTarget) {} in BinaryDictionaryShortcutIterator()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java86 Iterator<ShortcutInfo> shortcutIterator = shortcuts.iterator(); in sortAndFilterShortcuts() local
87 while (shortcutIterator.hasNext()) { in sortAndFilterShortcuts()
88 if (shortcutIterator.next().getId().equals(shortcutIdToRemoveFirst)) { in sortAndFilterShortcuts()
89 shortcutIterator.remove(); in sortAndFilterShortcuts()