OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcutIterator
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
binary_dictionary_shortcut_iterator.h
34
BinaryDictionaryShortcutIterator(const BinaryDictionaryShortcutIterator &&
shortcutIterator
)
35
: mShortcutStructurePolicy(
shortcutIterator
.mShortcutStructurePolicy),
36
mPos(
shortcutIterator
.mPos),
37
mHasNextShortcutTarget(
shortcutIterator
.mHasNextShortcutTarget) {}
/packages/apps/Launcher3/src/com/android/launcher3/popup/
PopupPopulator.java
140
Iterator<ShortcutInfoCompat>
shortcutIterator
= shortcuts.iterator();
141
while (
shortcutIterator
.hasNext()) {
142
if (
shortcutIterator
.next().getId().equals(shortcutIdToRemoveFirst)) {
143
shortcutIterator
.remove();
Completed in 193 milliseconds