Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java67 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})
71 public static final int PLAY_STATUS_PLAYING = 1; field in TimeShiftManager
476 && mPlayController.mPlayStatus == PLAY_STATUS_PLAYING in isNormalPlaying()
696 mPlayController.setPlayStatus(PLAY_STATUS_PLAYING); in onAvailabilityChanged()
758 setPlayStatus(PLAY_STATUS_PLAYING); in play()
788 setPlayStatus(PLAY_STATUS_PLAYING); in rewind()
801 setPlayStatus(PLAY_STATUS_PLAYING); in fastForward()
856 return mPlayStatus == PLAY_STATUS_PLAYING && mPlayDirection == PLAY_DIRECTION_FORWARD; in isForwarding()
860 return mPlayStatus == PLAY_STATUS_PLAYING && mPlayDirection == PLAY_DIRECTION_BACKWARD; in isRewinding()
1357 if (getPlayStatus() == PLAY_STATUS_PLAYING) { in onCurrentPositionChanged()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java484 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PLAYING) { in onChildFocusChange()