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.java85 @IntDef({PLAY_DIRECTION_FORWARD, PLAY_DIRECTION_BACKWARD})
88 public static final int PLAY_DIRECTION_BACKWARD = 1; field in TimeShiftManager
758 if (mPlayDirection == PLAY_DIRECTION_BACKWARD) { in rewind()
763 mPlayDirection = PLAY_DIRECTION_BACKWARD; in rewind()
836 return mPlayStatus == PLAY_STATUS_PLAYING && mPlayDirection == PLAY_DIRECTION_BACKWARD; in isRewinding()