Searched refs:getTabControl (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DPreloader.java100 PreloadedTabControl tab = s.getTabControl();
113 PreloadedTabControl tab = s.getTabControl();
123 PreloadedTabControl t = s.getTabControl();
137 return s == null ? null : s.getTabControl();
167 public PreloadedTabControl getTabControl() { method in class:Preloader.PreloaderSession
H A DUiController.java43 TabControl getTabControl(); method in interface:UiController
H A DNavScreen.java113 mUiController.getTabControl().getTabPosition(mUi.getActiveTab()));
127 TabControl tc = mUiController.getTabControl();
134 mUiController.getTabControl().getTabPosition(mUi.getActiveTab()));
H A DIntentHandler.java62 mTabControl = mController.getTabControl();
297 if (controller == null || controller.getTabControl() == null
298 || controller.getTabControl().getCurrentWebView() == null
299 || !controller.getTabControl().getCurrentWebView()
H A DWebViewController.java45 TabControl getTabControl(); method in interface:WebViewController
H A DPhoneUi.java93 mNavScreen.close(mUiController.getTabControl().getCurrentPosition());
212 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
259 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), animate);
346 final Tab tab = mUiController.getTabControl().getTab(position);
447 hideNavScreen(mUiController.getTabControl().getCurrentPosition(), false);
H A DPieControl.java116 int n = mUiController.getTabControl().getTabCount();
204 Tab tab = mUiController.getTabControl().getCurrentTab();
252 sym.setCurrent(mUiController.getTabControl().getCurrentPosition());
H A DNavigationBarBase.java111 Tab currentTab = mUiController.getTabControl().getCurrentTab();
H A DPreloadController.java59 public TabControl getTabControl() { method in class:PreloadController
60 if (LOGD_ENABLED) Log.d(LOGTAG, "getTabControl()");
H A DUrlHandler.java277 if (mController.getTabControl().getTabPosition(mTab) != -1) {
H A DPageDialogsHandler.java314 showPageInfo(mController.getTabControl()
H A DTab.java725 } else if (!mWebViewController.getTabControl().canCreateNewTab()) {
1279 TabControl tc = mWebViewController.getTabControl();
1868 TabControl tc = mWebViewController.getTabControl();
H A DTabBar.java93 mTabControl = mUiController.getTabControl();
H A DBaseUi.java120 mTabControl = controller.getTabControl();
H A DController.java448 public TabControl getTabControl() { method in class:Controller

Completed in 212 milliseconds