Home
last modified time | relevance | path

Searched defs:deepShortcutCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java204 int deepShortcutCount = popupDataProvider.getShortcutCountForItem(item); in onIconLongClicked() local
209 container.populateAndShowRowsMaterialU((BubbleTextView) v, deepShortcutCount, in onIconLongClicked() local
216 deepShortcutCount, in onIconLongClicked() local
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java233 int deepShortcutCount = popupDataProvider.getShortcutCountForItem(item); in showForIcon() local
359 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRowsMaterialU()
399 private void addAllShortcutsMaterialU(int deepShortcutCount, in addAllShortcutsMaterialU()
516 private void addDeepShortcutsMaterialU(int deepShortcutCount, float currentHeight) { in addDeepShortcutsMaterialU()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java159 int deepShortcutCount = mPopupDataProvider.getShortcutCountForItem(item); in showForIcon() local