Searched refs:mTab (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DPreloadedTabControl.java32 final Tab mTab; field in class:PreloadedTabControl
38 mTab = t;
54 String currentUrl = mTab.getUrl();
71 mTab.loadUrl(url, headers);
77 mTab.destroy();
81 return mTab;
H A DDeviceAccountLogin.java32 private final Tab mTab; field in class:DeviceAccountLogin
54 mTab = tab;
91 mTab.setDeviceAccountLogin(null);
92 if (mTab.inForeground()) {
93 mWebViewController.hideAutoLogin(mTab);
107 if (mTab.getDeviceAccountLogin() == null) {
118 mTab.setDeviceAccountLogin(this);
119 if (mTab.inForeground()) {
120 mWebViewController.showAutoLogin(mTab);
125 mTab
[all...]
H A DNavTabView.java33 private Tab mTab; field in class:NavTabView
78 if (mTab == null) return;
80 mTitle.setText(mTab.getUrl());
82 String txt = mTab.getTitle();
84 txt = mTab.getUrl();
88 if (mTab.isSnapshot()) {
90 } else if (mTab.isPrivateBrowsingEnabled()) {
111 mTab = tab;
H A DDownloadTouchIcon.java48 /* package */ Tab mTab; field in class:DownloadTouchIcon
56 mTab = tab;
72 mTab = null;
158 if (mTab != null) {
160 mTab.mTouchIconLoader = null;
H A DUrlHandler.java255 private Tab mTab; field in class:UrlHandler.RLZTask
260 mTab = tab;
288 if (mController.getTabControl().getTabPosition(mTab) != -1) {
290 if (!startActivityForUrl(mTab, result)) {
291 if (!handleMenuClick(mTab, result)) {
292 mController.loadUrl(mTab, result);
H A DTabBar.java209 final Tab tab = ((TabView) view).mTab;
244 Tab mTab; field in class:TabBar.TabView
266 mTab = tab;
292 String displayTitle = mTab.getTitle();
294 displayTitle = mTab.getUrl();
297 if (mTab.getFavicon() != null) {
298 setFavicon(mUi.getFaviconDrawable(mTab.getFavicon()));
305 mTab.isPrivateBrowsingEnabled() ?
307 mSnapshot.setVisibility(mTab.isSnapshot()
350 if (mTab
[all...]
H A DNavScreen.java52 Tab mTab; field in class:NavScreen
H A DTab.java354 mTouchIconLoader.mTab = null;
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java157 if (certHolder.mTab.mSwitch) {
347 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab,
397 return getViewForCertificate(getItem(position), mData.mTab, view, parent);
404 private final Tab mTab; field in class:TrustedCredentialsSettings.AdapterData
409 mTab = tab;
419 mAliasLoaders.put(mTab, this);
424 mProgressBar = (ProgressBar) content.findViewById(mTab.mProgress);
425 mList = content.findViewById(mAdapter.getListViewId(mTab));
449 List<ParcelableString> aliases = mTab.getAliases(service);
473 mTab, alia
524 private final Tab mTab; field in class:TrustedCredentialsSettings.CertHolder
598 getViewForCertificate(CertHolder certHolder, Tab mTab, View convertView, ViewGroup parent) argument
[all...]

Completed in 704 milliseconds