Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DNavScreen.java127 TabControl tc = mUiController.getTabControl(); in init() local
128 mTabViews = new HashMap<Tab, View>(tc.getTabCount()); in init()
129 mAdapter = new TabAdapter(mContext, tc); in init()
211 public TabAdapter(Context ctx, TabControl tc) { in TabAdapter() argument
213 tabControl = tc; in TabAdapter()
DTab.java1294 TabControl tc = mWebViewController.getTabControl(); in setWebView() local
1295 if (tc != null && tc.getOnThumbnailUpdatedListener() != null) { in setWebView()
1925 TabControl tc = mWebViewController.getTabControl(); in capture() local
1926 if (tc != null) { in capture()
1928 = tc.getOnThumbnailUpdatedListener(); in capture()