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

/packages/apps/Browser/src/com/android/browser/
H A DTabBar.java245 View mTabContent; field in class:TabBar.TabView
271 mTabContent = inflater.inflate(R.layout.tab_title, this, true);
272 mTitle = (TextView) mTabContent.findViewById(R.id.title);
273 mIconView = (ImageView) mTabContent.findViewById(R.id.favicon);
274 mLock = (ImageView) mTabContent.findViewById(R.id.lock);
275 mClose = (ImageView) mTabContent.findViewById(R.id.close);
277 mIncognito = mTabContent.findViewById(R.id.incognito);
278 mSnapshot = mTabContent.findViewById(R.id.snapshot);

Completed in 295 milliseconds