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

/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java72 @IntDef({PLAY_SPEED_1X, PLAY_SPEED_2X, PLAY_SPEED_3X, PLAY_SPEED_4X, PLAY_SPEED_5X})
75 public static final int PLAY_SPEED_2X = 2; field in class:TimeShiftManager
380 * Returns the displayed playback speed. The value is one of PLAY_SPEED_1X, PLAY_SPEED_2X,
577 case PLAY_SPEED_2X:
761 mDisplayedPlaySpeed = PLAY_SPEED_2X;
774 mDisplayedPlaySpeed = PLAY_SPEED_2X;
812 mDisplayedPlaySpeed = PLAY_SPEED_2X;
814 case PLAY_SPEED_2X:

Completed in 53 milliseconds