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.java209 int deepShortcutCount = popupDataProvider.getShortcutCountForItem(item); in showForIcon() local
219 container.populateAndShowRows(icon, deepShortcutCount, in showForIcon()
246 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows() argument
247 populateAndShowRows(originalIcon, (ItemInfo) originalIcon.getTag(), deepShortcutCount, in populateAndShowRows()
260 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows() argument
265 if (deepShortcutCount > 0) { in populateAndShowRows()
266 addAllShortcuts(deepShortcutCount, systemShortcuts); in populateAndShowRows()
296 private void addAllShortcuts(int deepShortcutCount, in addAllShortcuts() argument
298 if (deepShortcutCount + systemShortcuts.size() <= SHORTCUT_COLLAPSE_THRESHOLD) { in addAllShortcuts()
305 addDeepShortcuts(deepShortcutCount, currentHeight); in addAllShortcuts()
[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.java155 int deepShortcutCount = mPopupDataProvider.getShortcutCountForItem(itemInfo); in showForIcon() local
172 container.populateAndShowRows(icon, itemInfo, deepShortcutCount, systemShortcuts); in showForIcon()