Searched refs:PLAY_SPEED_1X (Results 1 – 2 of 2) sorted by relevance
72 @IntDef({PLAY_SPEED_1X, PLAY_SPEED_2X, PLAY_SPEED_3X, PLAY_SPEED_4X, PLAY_SPEED_5X})74 public static final int PLAY_SPEED_1X = 1; field in TimeShiftManager484 && mPlayController.mDisplayedPlaySpeed == PLAY_SPEED_1X; in isNormalPlaying()575 case PLAY_SPEED_1X: in getPlaybackSpeed()602 @PlaySpeed private int mDisplayedPlaySpeed = PLAY_SPEED_1X;661 mDisplayedPlaySpeed = PLAY_SPEED_1X; in onAvailabilityChanged()709 if (mDisplayedPlaySpeed > PLAY_SPEED_1X) { in handleGetCurrentPosition()732 mDisplayedPlaySpeed = PLAY_SPEED_1X; in play()740 mDisplayedPlaySpeed = PLAY_SPEED_1X; in pause()795 if (mDisplayedPlaySpeed == PLAY_SPEED_1X) { in onCurrentProgramChanged()[all …]
476 if (mTimeShiftManager.getDisplayedPlaySpeed() == TimeShiftManager.PLAY_SPEED_1X) { in updateButtons()