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.java41 final HashMap<ComponentKey, Integer> shortcutMapCopy; in bindDeepShortcuts() local
43 shortcutMapCopy = new HashMap<>(mBgDataModel.deepShortcutMap); in bindDeepShortcuts()
45 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseModelUpdateTask.java108 final HashMap<ComponentKey, Integer> shortcutMapCopy = in bindDeepShortcuts() local
110 scheduleCallbackTask(callbacks -> callbacks.bindDeepShortcutMap(shortcutMapCopy)); in bindDeepShortcuts()