Searched refs:mUiController (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DUrlSelectionActionMode.java25 private UiController mUiController; field in class:UrlSelectionActionMode
28 mUiController = controller;
43 mUiController.shareCurrentPage();
H A DNavScreen.java50 UiController mUiController; field in class:NavScreen
75 mUiController = ctl;
85 mUiController.updateMenuState(mUiController.getCurrentTab(), menu);
92 return mUiController.onOptionsItemSelected(item);
113 mUiController.getTabControl().getTabPosition(mUi.getActiveTab()));
127 TabControl tc = mUiController.getTabControl();
134 mUiController.getTabControl().getTabPosition(mUi.getActiveTab()));
150 mUiController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
160 if (tab == mUiController
[all...]
H A DPieControlPhone.java58 mTabAdapter = new TabAdapter(mActivity, mUiController);
88 mUiController.updateMenuState(mUiController.getCurrentTab(), mPopup.getMenu());
94 return mUiController.onOptionsItemSelected(item);
99 final List<Tab> tabs = mUiController.getTabs();
103 sym.setCurrent(mUiController.getTabControl().getCurrentPosition());
116 mUiController.openTabToHomePage();
119 mUiController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
H A DPieControlXLarge.java62 mUiController = controller;
84 mMenuAdapter = new MenuAdapter(mActivity, mUiController);
85 mTabAdapter = new TabAdapter(mActivity, mUiController);
122 final List<Tab> tabs = mUiController.getTabs();
126 sym.setCurrent(mUiController.getTabControl().getCurrentPosition());
137 Tab tab = mUiController.getTabControl().getCurrentTab();
152 mUiController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
154 mUiController.openTabToHomePage();
157 mUiController.closeCurrentTab();
165 UiController mUiController; field in class:PieControlXLarge.MenuAdapter
[all...]
H A DNavigationBarBase.java46 protected UiController mUiController; field in class:NavigationBarBase
80 mUiController = mTitleBar.getUiController();
81 mUrlInput.setController(mUiController);
119 Tab currentTab = mUiController.getTabControl().getCurrentTab();
171 WebView currentTopWebView = mUiController.getCurrentTopWebView();
181 mUiController.loadUrl(t, url);
204 mUiController.handleNewIntent(i);
H A DPieControlBase.java46 protected UiController mUiController; field in class:PieControlBase
53 mUiController = controller;
90 int n = mUiController.getTabControl().getTabCount();
121 UiController mUiController; field in class:PieControlBase.TabAdapter
127 mUiController = ctl;
174 mUiController.switchToTab(tab);
H A DNavigationBarTablet.java169 mUiController.getCurrentTab().goBack();
171 mUiController.getCurrentTab().goForward();
173 Intent intent = mUiController.createBookmarkCurrentPageIntent(true);
178 mUiController.bookmarksOrHistoryPicker(ComboViews.Bookmarks);
191 mUiController.startVoiceSearch();
246 showHideStar(mUiController.getCurrentTab());
260 if (mUiController == null) return;
262 mUiController.stopLoading();
264 mUiController.getCurrentTopWebView().reload();
287 mUiController
[all...]
H A DPhoneUi.java95 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
[all...]
H A DNavigationBarPhone.java101 mUiController.supportsVoiceSearch();
152 mUiController.stopLoading();
161 mUiController.startVoiceSearch();
169 mUiController.showPageInfo();
181 Activity activity = mUiController.getActivity();
269 return mUiController.onOptionsItemSelected(item);
H A DBaseUi.java82 UiController mUiController; field in class:BaseUi
117 mUiController = controller;
137 mTitleBar = new TitleBar(mActivity, mUiController, this,
187 mUiController.hideCustomView();
251 setShouldShowErrorConsole(tab, mUiController.shouldShowErrorConsole());
332 mUiController.attachSubWindow(tab);
351 mUiController.endActionMode();
352 mUiController.removeSubWindow(tab);
410 mUiController.endActionMode();
433 if (mUiController
[all...]
H A DTabBar.java59 private UiController mUiController; field in class:TabBar
95 mUiController = controller;
96 mTabControl = mUiController.getTabControl();
111 updateTabs(mUiController.getTabs());
195 mUiController.openTabToHomePage();
216 mUiController.switchToTab(tab);
367 mUiController.closeCurrentTab();
369 mUiController.closeTab(mTab);
H A DTitleBar.java47 private UiController mUiController; field in class:TitleBar
66 mUiController = controller;
105 return mUiController;
H A DXLargeUi.java67 mTabBar = new TabBar(mActivity, mUiController, this);
92 mPieControl = new PieControlXLarge(mActivity, mUiController, this);
144 BrowserWebView web = (BrowserWebView) mUiController.getCurrentWebView();
/packages/apps/Email/src/com/android/email/activity/
H A DNfcHandler.java40 final UIControllerBase mUiController; field in class:NfcHandler
56 mUiController = controller;
61 if (mUiController.isActualAccountSelected()) {
62 final long accountId = mUiController.getActualAccountId();

Completed in 150 milliseconds