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

/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageOrderManagerTest.java77 assertEquals(0, mom.getCurrentPosition());
97 assertEquals(0, mom.getCurrentPosition());
105 assertEquals(1, mom.getCurrentPosition());
112 assertEquals(0, mom.getCurrentPosition());
119 assertEquals(0, mom.getCurrentPosition());
125 assertEquals(1, mom.getCurrentPosition());
132 assertEquals(2, mom.getCurrentPosition());
139 assertEquals(3, mom.getCurrentPosition());
146 assertEquals(3, mom.getCurrentPosition());
151 assertEquals(2, mom.getCurrentPosition());
[all...]
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailPlaybackPresenter.java511 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
520 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
558 stopPlaybackAtPosition(mPlayer.getCurrentPosition(), mDuration.get());
583 currentPosition = mPlayer.getCurrentPosition();
621 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.java92 mNavScreen.close(mUiController.getTabControl().getCurrentPosition());
215 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
262 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate);
450 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
H A DPieControl.java246 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.java2373 final int pos = mTabControl.getCurrentPosition();
2524 int pos = mTabControl.getCurrentPosition() + 1;
2536 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.java359 public int getCurrentPosition() { method in class:SlideshowActivity.SmilPlayerController
360 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.java2007 return mCurrentMediaPlayer.getCurrentPosition();
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilPlayer.java462 public synchronized int getCurrentPosition() { method in class:SmilPlayer

Completed in 757 milliseconds