Home
last modified time | relevance | path

Searched refs:getCurrentPosition (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java93 mNavScreen.close(mUiController.getTabControl().getCurrentPosition()); in onBackKey()
212 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false); in onOptionsItemSelected()
259 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate); in showWeb()
447 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false); in toggleNavScreen()
DController.java2392 final int pos = mTabControl.getCurrentPosition(); in closeCurrentTab()
2543 int pos = mTabControl.getCurrentPosition() + 1; in getNextTab()
2555 int pos = mTabControl.getCurrentPosition() - 1; in getPrevTab()
DPieControl.java252 sym.setCurrent(mUiController.getTabControl().getCurrentPosition()); in buildTabs()
DTabControl.java138 int getCurrentPosition() { in getCurrentPosition() method in TabControl
DTabBar.java153 mTabs.setSelectedTab(mTabControl.getCurrentPosition()); in updateTabs()
/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailPlaybackPresenter.java518 mPosition = mMediaPlayer.getCurrentPosition(); in onPrepared()
649 mPosition = mMediaPlayer == null ? 0 : mMediaPlayer.getCurrentPosition(); in pausePlayback()
735 return mIsPrepared && mMediaPlayer != null ? mMediaPlayer.getCurrentPosition() : 0; in getMediaPlayerPosition()
/packages/apps/Gallery/src/com/android/camera/
DMovieViewControl.java212 setBookmark(mVideoView.getCurrentPosition()); in onPause()
214 mPositionWhenPaused = mVideoView.getCurrentPosition(); in onPause()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DTrimVideo.java129 mVideoPosition = mVideoView.getCurrentPosition(); in onPause()
177 mVideoPosition = mVideoView.getCurrentPosition(); in setProgress()
DMoviePlayer.java280 mVideoPosition = mVideoView.getCurrentPosition(); in onPause()
315 int position = mVideoView.getCurrentPosition(); in setProgress()
/packages/apps/Music/src/com/android/music/
DAudioPreview.java262 mSeekBar.setProgress(mPlayer.getCurrentPosition()); in showPostPrepareUI()
332 mSeekBar.setProgress(mPlayer.getCurrentPosition()); in run()
DMediaPlaybackService.java2009 return mCurrentMediaPlayer.getCurrentPosition(); in position()