Searched refs:timeShiftManager (Results 1 – 3 of 3) sorted by relevance
1037 TimeShiftManager timeShiftManager = mMainActivity.getTimeShiftManager(); in onKeyUp() local1038 if (!timeShiftManager.isAvailable()) { in onKeyUp()1043 timeShiftManager.play(); in onKeyUp()1048 timeShiftManager.pause(); in onKeyUp()1052 timeShiftManager.togglePlayPause(); in onKeyUp()1056 timeShiftManager.rewind(); in onKeyUp()1060 timeShiftManager.fastForward(); in onKeyUp()1065 timeShiftManager.jumpToPrevious(); in onKeyUp()1070 timeShiftManager.jumpToNext(); in onKeyUp()1109 TimeShiftManager timeShiftManager = mMainActivity.getTimeShiftManager(); in onKeyUp() local[all …]
31 Context context, TunableTvView tvView, Menu menu, TimeShiftManager timeShiftManager) { in PlayControlsRow() argument34 mTimeShiftManager = timeShiftManager; in PlayControlsRow()
1407 public void handleMessage(Message msg, @NonNull TimeShiftManager timeShiftManager) { in handleMessage() argument1410 timeShiftManager.mPlayController.handleGetCurrentPosition(); in handleMessage()1413 timeShiftManager.mProgramManager.prefetchPrograms(); in handleMessage()