Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java55 private HashMap<ComponentKey, Integer> mDeepShortcutMap = new HashMap<>(); field in PopupDataProvider
153 mDeepShortcutMap = deepShortcutMapCopy; in setDeepShortcutMap()
154 if (LOGD) Log.d(TAG, "bindDeepShortcutMap: " + mDeepShortcutMap); in setDeepShortcutMap()
166 Integer count = mDeepShortcutMap.get(new ComponentKey(component, info.user)); in getShortcutCountForItem()