Searched refs:PLAY_SPEED_1X (Results 1 – 2 of 2) sorted by relevance
74 @IntDef({PLAY_SPEED_1X, PLAY_SPEED_2X, PLAY_SPEED_3X, PLAY_SPEED_4X, PLAY_SPEED_5X})77 public static final int PLAY_SPEED_1X = 1; field in TimeShiftManager478 && mPlayController.mDisplayedPlaySpeed == PLAY_SPEED_1X; in isNormalPlaying()559 if (mPlayController.mDisplayedPlaySpeed == PLAY_SPEED_1X) { in getPlaybackSpeed()586 @PlaySpeed private int mDisplayedPlaySpeed = PLAY_SPEED_1X;685 mDisplayedPlaySpeed = PLAY_SPEED_1X; in onAvailabilityChanged()731 if (mDisplayedPlaySpeed > PLAY_SPEED_1X) { in handleGetCurrentPosition()754 mDisplayedPlaySpeed = PLAY_SPEED_1X; in play()762 mDisplayedPlaySpeed = PLAY_SPEED_1X; in pause()818 if (mDisplayedPlaySpeed == PLAY_SPEED_1X) { in onCurrentProgramChanged()[all …]
628 if (mTimeShiftManager.getDisplayedPlaySpeed() == TimeShiftManager.PLAY_SPEED_1X) { in updateButtons()