Lines Matching refs:mDisplayedPlaySpeed
384 return mPlayController.mDisplayedPlaySpeed; in getDisplayedPlaySpeed()
484 && mPlayController.mDisplayedPlaySpeed == PLAY_SPEED_1X; in isNormalPlaying()
574 switch (mPlayController.mDisplayedPlaySpeed) { in getPlaybackSpeed()
587 + mPlayController.mDisplayedPlaySpeed); in getPlaybackSpeed()
602 @PlaySpeed private int mDisplayedPlaySpeed = PLAY_SPEED_1X; field in TimeShiftManager.PlayController
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()
761 mDisplayedPlaySpeed = PLAY_SPEED_2X; in rewind()
774 mDisplayedPlaySpeed = PLAY_SPEED_2X; in fastForward()
795 if (mDisplayedPlaySpeed == PLAY_SPEED_1X) { in onCurrentProgramChanged()
810 switch (mDisplayedPlaySpeed) { in increaseDisplayedPlaySpeed()
812 mDisplayedPlaySpeed = PLAY_SPEED_2X; in increaseDisplayedPlaySpeed()
815 mDisplayedPlaySpeed = PLAY_SPEED_3X; in increaseDisplayedPlaySpeed()
818 mDisplayedPlaySpeed = PLAY_SPEED_4X; in increaseDisplayedPlaySpeed()
821 mDisplayedPlaySpeed = PLAY_SPEED_5X; in increaseDisplayedPlaySpeed()