Searched refs:getCurrentPosition (Results 1 – 11 of 11) sorted by relevance
93 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()
2392 final int pos = mTabControl.getCurrentPosition(); in closeCurrentTab()2543 int pos = mTabControl.getCurrentPosition() + 1; in getNextTab()2555 int pos = mTabControl.getCurrentPosition() - 1; in getPrevTab()
252 sym.setCurrent(mUiController.getTabControl().getCurrentPosition()); in buildTabs()
138 int getCurrentPosition() { in getCurrentPosition() method in TabControl
153 mTabs.setSelectedTab(mTabControl.getCurrentPosition()); in updateTabs()
518 mPosition = mMediaPlayer.getCurrentPosition(); in onPrepared()649 mPosition = mMediaPlayer == null ? 0 : mMediaPlayer.getCurrentPosition(); in pausePlayback()735 return mIsPrepared && mMediaPlayer != null ? mMediaPlayer.getCurrentPosition() : 0; in getMediaPlayerPosition()
212 setBookmark(mVideoView.getCurrentPosition()); in onPause()214 mPositionWhenPaused = mVideoView.getCurrentPosition(); in onPause()
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()
262 mSeekBar.setProgress(mPlayer.getCurrentPosition()); in showPostPrepareUI()332 mSeekBar.setProgress(mPlayer.getCurrentPosition()); in run()
2009 return mCurrentMediaPlayer.getCurrentPosition(); in position()