Searched refs:PLAY_SPEED_2X (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java73 @IntDef({PLAY_SPEED_1X, PLAY_SPEED_2X, PLAY_SPEED_3X, PLAY_SPEED_4X, PLAY_SPEED_5X})
76 public static final int PLAY_SPEED_2X = 2; field in class:TimeShiftManager
373 * Returns the displayed playback speed. The value is one of PLAY_SPEED_1X, PLAY_SPEED_2X,
566 mPlayController.mDisplayedPlaySpeed - PLAY_SPEED_2X, durationMs);
758 mDisplayedPlaySpeed = PLAY_SPEED_2X;
771 mDisplayedPlaySpeed = PLAY_SPEED_2X;
810 mDisplayedPlaySpeed = PLAY_SPEED_2X;
812 case PLAY_SPEED_2X:

Completed in 34 milliseconds