Searched refs:tc (Results 1 – 2 of 2) sorted by relevance
127 TabControl tc = mUiController.getTabControl(); in init() local128 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() argument213 tabControl = tc; in TabAdapter()
1294 TabControl tc = mWebViewController.getTabControl(); in setWebView() local1295 if (tc != null && tc.getOnThumbnailUpdatedListener() != null) { in setWebView()1925 TabControl tc = mWebViewController.getTabControl(); in capture() local1926 if (tc != null) { in capture()1928 = tc.getOnThumbnailUpdatedListener(); in capture()