Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java84 @IntDef({PLAY_DIRECTION_FORWARD, PLAY_DIRECTION_BACKWARD})
88 public static final int PLAY_DIRECTION_BACKWARD = 1; field in TimeShiftManager
780 if (mPlayDirection == PLAY_DIRECTION_BACKWARD) { in rewind()
785 mPlayDirection = PLAY_DIRECTION_BACKWARD; in rewind()
860 return mPlayStatus == PLAY_STATUS_PLAYING && mPlayDirection == PLAY_DIRECTION_BACKWARD; in isRewinding()