Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java74 @IntDef({PLAY_SPEED_1X, PLAY_SPEED_2X, PLAY_SPEED_3X, PLAY_SPEED_4X, PLAY_SPEED_5X})
81 public static final int PLAY_SPEED_5X = 5; field in TimeShiftManager
564 if (mPlayController.mDisplayedPlaySpeed > PLAY_SPEED_5X) { in getPlaybackSpeed()
845 mDisplayedPlaySpeed = PLAY_SPEED_5X; in increaseDisplayedPlaySpeed()