HomeSort by relevance Sort by last modified time
    Searched defs:mTab (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/android/text/style/
TabStopSpan.java 45 mTab = where;
49 return mTab;
52 private int mTab;
  /packages/apps/Browser/src/com/android/browser/
PreloadedTabControl.java 32 final Tab mTab;
38 mTab = t;
54 String currentUrl = mTab.getUrl();
71 mTab.loadUrl(url, headers);
77 mTab.destroy();
81 return mTab;
DeviceAccountLogin.java 32 private final Tab mTab;
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.setDeviceAccountLogin(null)
    [all...]
NavTabView.java 33 private Tab mTab;
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;
DownloadTouchIcon.java 54 /* package */ Tab mTab;
62 mTab = tab;
79 mTab = null;
176 if (mTab != null) {
178 mTab.mTouchIconLoader = null;
UrlHandler.java 239 private Tab mTab;
244 mTab = tab;
272 if (mController.getTabControl().getTabPosition(mTab) != -1) {
274 if (!startActivityForUrl(mTab, result)) {
275 if (!handleMenuClick(mTab, result)) {
276 mController.loadUrl(mTab, result);
NavScreen.java 52 Tab mTab;
SnapshotTab.java 176 private SnapshotTab mTab;
181 mTab = t;
188 long id = mTab.mSnapshotId;
207 mTab.mCurrentState.mTitle = result.getString(SNAPSHOT_TITLE);
208 mTab.mCurrentState.mUrl = result.getString(SNAPSHOT_URL);
211 mTab.mCurrentState.mFavicon = BitmapFactory
214 WebViewClassic web = mTab.getWebViewClassic();
220 mTab.mBackgroundColor = result.getInt(SNAPSHOT_BACKGROUND);
221 mTab.mDateCreated = result.getLong(SNAPSHOT_DATE_CREATED);
222 mTab.mWebViewController.onPageFinished(mTab)
    [all...]
TabBar.java 209 final Tab tab = ((TabView) view).mTab;
244 Tab mTab;
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 == mTabControl.getCurrentTab())
    [all...]
Controller.java     [all...]
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
CompatTabHoneycomb.java 34 ActionBar.Tab mTab;
40 mTab = activity.getActionBar().newTab();
45 mTab.setText(resId);
51 mTab.setIcon(resId);
58 mTab.setTabListener(this);
64 return mTab.getText();
69 return mTab.getIcon();
74 return mTab;
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 126 if (certHolder.mTab.mCheckbox) {
172 private final Tab mTab;
174 mTab = tab;
207 if (mTab.mCheckbox) {
219 mProgressBar = (ProgressBar) content.findViewById(mTab.mProgress);
220 mList = content.findViewById(mTab.mList);
225 Set<String> aliases = mTab.getAliases(mStore);
233 mTab,
264 private final Tab mTab;
280 mTab = tab
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 326 private ActionBar.Tab mTab;
338 mTab = tab;
348 mTab = tab;
366 final ActionBar.Tab tab = mTab;
436 return mTab;
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 364 private ActionBar.Tab mTab;
371 mTab = tab;
381 mTab = tab;
420 final ActionBar.Tab tab = mTab;
502 Toast cheatSheet = Toast.makeText(context, mTab.getContentDescription(),
513 return mTab;
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 221 private final int mTab;
225 mTab = tab;
230 mListener.onTabSelected(mTab);
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 535 private final TabInfo mTab;
563 mTab.updateStorageUsage();
570 mTab = tab;
660 mTab.updateStorageUsage();
664 mTab.mListContainer.setVisibility(View.INVISIBLE);
665 mTab.mLoadingContainer.setVisibility(View.VISIBLE);
667 mTab.mListContainer.setVisibility(View.VISIBLE);
668 mTab.mLoadingContainer.setVisibility(View.GONE);
694 mTab.mOwner.getActivity().setProgressBarIndeterminateVisibility(running);
699 if (mTab.mLoadingContainer.getVisibility() == View.VISIBLE)
    [all...]

Completed in 280 milliseconds