HomeSort by relevance Sort by last modified time
    Searched defs:PlayControlsRow (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRow.java 24 public class PlayControlsRow extends MenuRow {
25 public static final String ID = PlayControlsRow.class.getName();
29 public PlayControlsRow(Context context, Menu menu, TimeShiftManager timeShiftManager) {
Menu.java 76 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_PLAY
77 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_PAUSE
78 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_PLAY_PAUSE
79 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_REWIND
80 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_FAST_FORWARD
81 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_JUMP_TO_PREVIOUS
82 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_PLAY_CONTROLS_JUMP_TO_NEXT
83 sRowIdListForReason.add(PlayControlsRow.ID); // REASON_RECORDING_PLAYBACK
142 addMenuRow(menuRowFactory.createMenuRow(this, PlayControlsRow.class));

Completed in 806 milliseconds