Home
last modified time | relevance | path

Searched refs: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
211 container.populateAndShowRows(icon, deepShortcutCount, systemShortcuts); in showForIcon()
237 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows() argument
242 if (deepShortcutCount > 0) { in populateAndShowRows()
243 addAllShortcuts(deepShortcutCount, systemShortcuts); in populateAndShowRows()
273 private void addAllShortcuts(int deepShortcutCount, in addAllShortcuts() argument
275 if (deepShortcutCount + systemShortcuts.size() <= SHORTCUT_COLLAPSE_THRESHOLD) { in addAllShortcuts()
282 addDeepShortcuts(deepShortcutCount, currentHeight); in addAllShortcuts()
303 addDeepShortcuts(deepShortcutCount, currentHeight); in addAllShortcuts()
388 private void addDeepShortcuts(int deepShortcutCount, float currentHeight) { in addDeepShortcuts() argument
[all …]
/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
166 container.populateAndShowRows(icon, deepShortcutCount, systemShortcuts); in showForIcon()