Searched refs:TaskSystemShortcut (Results 1 – 4 of 4) sorted by relevance
43 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()
64 public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut { class70 public TaskSystemShortcut(T systemShortcut) { in TaskSystemShortcut() method in TaskSystemShortcut75 protected TaskSystemShortcut(int iconResId, int labelResId) { in TaskSystemShortcut() method in TaskSystemShortcut103 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> {
48 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()
65 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()