Home
last modified time | relevance | path

Searched refs:PLAY_STATUS_PAUSED (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java67 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})
70 public static final int PLAY_STATUS_PAUSED = 0; field in TimeShiftManager
483 return mPlayController.mAvailable && mPlayController.mPlayStatus == PLAY_STATUS_PAUSED; in isPaused()
585 @PlayStatus private int mPlayStatus = PLAY_STATUS_PAUSED;
666 if (mPlayStatus == PLAY_STATUS_PAUSED in PlayController()
705 mPlayController.setPlayStatus(PLAY_STATUS_PAUSED); in onAvailabilityChanged()
765 setPlayStatus(PLAY_STATUS_PAUSED); in pause()
770 if (mPlayStatus == PLAY_STATUS_PAUSED) { in togglePlayPause()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java596 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PAUSED) { in updateButtons()