Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskOverlayFactory.java43 private static final TaskSystemShortcut[] MENU_OPTIONS = new TaskSystemShortcut[]{
44 new TaskSystemShortcut.AppInfo(),
45 new TaskSystemShortcut.SplitScreen(),
46 new TaskSystemShortcut.Pin(),
47 new TaskSystemShortcut.Install(),
48 new TaskSystemShortcut.Freeform()
54 public List<TaskSystemShortcut> getEnabledShortcuts(TaskView taskView) { in getEnabledShortcuts()
55 final ArrayList<TaskSystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts()
57 for (TaskSystemShortcut menuOption : MENU_OPTIONS) { in getEnabledShortcuts()
DTaskSystemShortcut.java64 public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut { class
70 public TaskSystemShortcut(T systemShortcut) { in TaskSystemShortcut() method in TaskSystemShortcut
75 protected TaskSystemShortcut(int iconResId, int labelResId) { in TaskSystemShortcut() method in TaskSystemShortcut
103 public static class AppInfo extends TaskSystemShortcut<SystemShortcut.AppInfo> {
109 public static abstract class MultiWindow extends TaskSystemShortcut {
282 public static class Pin extends TaskSystemShortcut {
325 public static class Install extends TaskSystemShortcut<SystemShortcut.Install> {
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java48 import com.android.quickstep.TaskSystemShortcut;
201 final List<TaskSystemShortcut> shortcuts = in addMenuOptions()
205 final TaskSystemShortcut menuOption = shortcuts.get(i); in addMenuOptions()
210 private void addMenuOption(TaskSystemShortcut menuOption, OnClickListener onClickListener) { in addMenuOption()
DTaskView.java65 import com.android.quickstep.TaskSystemShortcut;
717 final List<TaskSystemShortcut> shortcuts = in onInitializeAccessibilityNodeInfo()
721 final TaskSystemShortcut menuOption = shortcuts.get(i); in onInitializeAccessibilityNodeInfo()
756 final List<TaskSystemShortcut> shortcuts = in performAccessibilityAction()
760 final TaskSystemShortcut menuOption = shortcuts.get(i); in performAccessibilityAction()