Searched refs:getCurrentPosition (Results 1 – 10 of 10) sorted by relevance
212 setBookmark(mVideoView.getCurrentPosition()); in onPause()214 mPositionWhenPaused = mVideoView.getCurrentPosition(); in onPause()
273 public long getCurrentPosition() { in getCurrentPosition() method in TunerSessionWorker277 ? mRecordStartTimeMs + mpegTsPlayer.getCurrentPosition() : mRecordStartTimeMs; in getCurrentPosition()676 long currentTimeMs = getCurrentPosition(); in handleMessage()1269 long currentPositionMs = getCurrentPosition(); in doReschedulePrograms()1354 (int) (mPlayer.getCurrentPosition() + rate * getTrickPlaySeekIntervalMs()), 0)); in doTimeShiftSetPlaybackParams()1362 long currentTimeMs = getCurrentPosition(); in getCurrentProgram()1452 return mPlayer.getCurrentPosition() + CACHE_UNDERFLOW_BUFFER_MS in hasEnoughBackwardCache()
173 return mSessionWorker.getCurrentPosition(); in onTimeShiftGetCurrentPosition()
129 mVideoPosition = mVideoView.getCurrentPosition(); in onPause()177 mVideoPosition = mVideoView.getCurrentPosition(); in setProgress()
280 mVideoPosition = mVideoView.getCurrentPosition(); in onPause()315 int position = mVideoView.getCurrentPosition(); in setProgress()
267 mPosition = mMediaPlayer.getCurrentPosition(); in setPlaybackView()749 mPosition = mMediaPlayer == null ? 0 : mMediaPlayer.getCurrentPosition(); in pausePlayback()865 return mIsPrepared && mMediaPlayer != null ? mMediaPlayer.getCurrentPosition() : 0; in getMediaPlayerPosition()
289 public long getCurrentPosition() { in getCurrentPosition() method in MpegTsPlayer290 return mPlayer.getCurrentPosition(); in getCurrentPosition()
262 mSeekBar.setProgress(mPlayer.getCurrentPosition()); in showPostPrepareUI()332 mSeekBar.setProgress(mPlayer.getCurrentPosition()); in run()
2009 return mCurrentMediaPlayer.getCurrentPosition(); in position()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...