Searched refs:getCurrentPosition (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailPlaybackPresenter.java533 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
542 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
580 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
605 currentPosition = mPlayer.getCurrentPosition();
644 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
/packages/apps/Gallery/src/com/android/camera/
H A DMovieViewControl.java212 setBookmark(mVideoView.getCurrentPosition());
214 mPositionWhenPaused = mVideoView.getCurrentPosition();
/packages/apps/Browser/src/com/android/browser/
H A DPhoneUi.java93 mNavScreen.close(mUiController.getTabControl().getCurrentPosition());
212 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
259 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate);
447 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
H A DPieControl.java252 sym.setCurrent(mUiController.getTabControl().getCurrentPosition());
H A DTabControl.java138 int getCurrentPosition() { method in class:TabControl
H A DTabBar.java153 mTabs.setSelectedTab(mTabControl.getCurrentPosition());
H A DController.java2370 final int pos = mTabControl.getCurrentPosition();
2521 int pos = mTabControl.getCurrentPosition() + 1;
2533 int pos = mTabControl.getCurrentPosition() - 1;
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTrimVideo.java129 mVideoPosition = mVideoView.getCurrentPosition();
177 mVideoPosition = mVideoView.getCurrentPosition();
H A DMoviePlayer.java280 mVideoPosition = mVideoView.getCurrentPosition();
315 int position = mVideoView.getCurrentPosition();
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideshowActivity.java360 public int getCurrentPosition() { method in class:SlideshowActivity.SmilPlayerController
361 return mPlayer.getCurrentPosition();
/packages/apps/Music/src/com/android/music/
H A DAudioPreview.java308 int progress = mPlayer.getCurrentPosition() / mDuration;
309 mSeekBar.setProgress(mPlayer.getCurrentPosition());
H A DMediaPlaybackService.java2009 return mCurrentMediaPlayer.getCurrentPosition();
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilPlayer.java464 public synchronized int getCurrentPosition() { method in class:SmilPlayer

Completed in 320 milliseconds