Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java82 private final List<DeepShortcutView> mDeepShortcuts = new ArrayList<>(); field in PopupContainerWithArrow
264 this, mDeepShortcuts)); in loadAppShortcuts()
397 mDeepShortcuts.add(v); in addDeepShortcuts()
434 int total = mDeepShortcuts.size(); in updateHiddenShortcuts()
436 DeepShortcutView view = mDeepShortcuts.get(i); in updateHiddenShortcuts()