Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java203 int deepShortcutCount = popupDataProvider.getShortcutCountForItem(item); in showForIcon() local
237 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows()
273 private void addAllShortcuts(int deepShortcutCount, in addAllShortcuts()
388 private void addDeepShortcuts(int deepShortcutCount, float currentHeight) { in addDeepShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java202 int deepShortcutCount = popupDataProvider.getShortcutCountForItem(item); in onIconLongClicked() local
206 container.populateAndShowRows((BubbleTextView) v, deepShortcutCount, in onIconLongClicked() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java157 int deepShortcutCount = mPopupDataProvider.getShortcutCountForItem(item); in showForIcon() local