Searched refs:actionList (Results 1 – 2 of 2) sorted by relevance
54 List<MenuAction> actionList = new ArrayList<>(); in createBaseActions() local55 actionList.add(MenuAction.SELECT_CLOSED_CAPTION_ACTION); in createBaseActions()57 actionList.add(MenuAction.SELECT_DISPLAY_MODE_ACTION); in createBaseActions()59 actionList.add(MenuAction.PIP_IN_APP_ACTION); in createBaseActions()61 mPositionPipAction = actionList.size() - 1; in createBaseActions()62 actionList.add(MenuAction.SELECT_AUDIO_LANGUAGE_ACTION); in createBaseActions()65 actionList.add(MenuAction.MORE_CHANNELS_ACTION); in createBaseActions()67 actionList.add(MenuAction.SETTINGS_ACTION); in createBaseActions()78 return actionList; in createBaseActions()
55 List<MenuAction> actionList = new ArrayList<>(); in createActions() local56 actionList.add(MenuAction.PIP_SELECT_INPUT_ACTION); in createActions()57 actionList.add(MenuAction.PIP_SWAP_ACTION); in createActions()58 actionList.add(MenuAction.PIP_SOUND_ACTION); in createActions()59 actionList.add(MenuAction.PIP_LAYOUT_ACTION); in createActions()60 actionList.add(MenuAction.PIP_SIZE_ACTION); in createActions()61 for (MenuAction action : actionList) { in createActions()64 return actionList; in createActions()