Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java74 List<SystemShortcut> menuShortcuts = menuOption.getShortcuts(container, taskContainer); in getEnabledShortcuts() local
75 if (menuShortcuts == null) { in getEnabledShortcuts()
78 shortcuts.addAll(menuShortcuts); in getEnabledShortcuts()