Home | History | Annotate | Download | only in browser

Lines Matching refs:mUiController

95             mNavScreen.close(mUiController.getTabControl().getCurrentPosition());
142 mNavScreen = new NavScreen(mActivity, mUiController, this);
230 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
286 mPieControl = new PieControlPhone(mActivity, mUiController, this);
317 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate);
321 mUiController.setBlockEvents(true);
323 mNavScreen = new NavScreen(mActivity, mUiController, this);
385 mUiController.setBlockEvents(false);
402 final Tab tab = mUiController.getTabControl().getTab(position);
424 mUiController.setBlockEvents(true);
425 mUiController.setActiveTab(tab);
479 mUiController.setBlockEvents(false);
501 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);