Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DLoaderResults.java40 final HashMap<ComponentKey, Integer> shortcutMapCopy; in bindDeepShortcuts() local
42 shortcutMapCopy = new HashMap<>(mBgDataModel.deepShortcutMap); in bindDeepShortcuts()
44 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseModelUpdateTask.java104 final HashMap<ComponentKey, Integer> shortcutMapCopy = in bindDeepShortcuts() local
106 scheduleCallbackTask(callbacks -> callbacks.bindDeepShortcutMap(shortcutMapCopy)); in bindDeepShortcuts()