Home | History | Annotate | Download | only in browser

Lines Matching refs:mUiController

95             mNavScreen.close(mUiController.getTabControl().getCurrentPosition());
142 mNavScreen = new NavScreen(mActivity, mUiController, this);
226 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
282 mPieControl = new PieControlPhone(mActivity, mUiController, this);
313 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate);
317 mUiController.setBlockEvents(true);
319 mNavScreen = new NavScreen(mActivity, mUiController, this);
379 mUiController.setBlockEvents(false);
396 final Tab tab = mUiController.getTabControl().getTab(position);
418 mUiController.setBlockEvents(true);
419 mUiController.setActiveTab(tab);
473 mUiController.setBlockEvents(false);
495 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);