Searched refs:PLAY_SPEED_1X (Results 1 - 2 of 2) 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})
75 public static final int PLAY_SPEED_1X = 1; field in class:TimeShiftManager
373 * Returns the displayed playback speed. The value is one of PLAY_SPEED_1X, PLAY_SPEED_2X,
472 && mPlayController.mDisplayedPlaySpeed == PLAY_SPEED_1X;
555 if (mPlayController.mDisplayedPlaySpeed == PLAY_SPEED_1X) {
582 @PlaySpeed private int mDisplayedPlaySpeed = PLAY_SPEED_1X;
663 mDisplayedPlaySpeed = PLAY_SPEED_1X;
706 if (mDisplayedPlaySpeed > PLAY_SPEED_1X) {
729 mDisplayedPlaySpeed = PLAY_SPEED_1X;
737 mDisplayedPlaySpeed = PLAY_SPEED_1X;
[all...]
/packages/apps/TV/src/com/android/tv/menu/
H A DPlayControlsRowView.java590 if (mTimeShiftManager.getDisplayedPlaySpeed() == TimeShiftManager.PLAY_SPEED_1X) {

Completed in 77 milliseconds