HomeSort by relevance Sort by last modified time
    Searched refs:mTabContent (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
TabHost.java 52 private FrameLayout mTabContent;
142 mTabContent.requestFocus(View.FOCUS_FORWARD);
143 return mTabContent.dispatchKeyEvent(event);
152 mTabContent.requestFocus(View.FOCUS_FORWARD);
157 mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
158 if (mTabContent == null) {
247 mTabContent.removeAllViews();
293 return mTabContent;
349 mTabContent
363 //mTabContent.requestFocus(View.FOCUS_FORWARD)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 248 View mTabContent;
275 mTabContent = inflater.inflate(R.layout.tab_title, this, true);
276 mTitle = (TextView) mTabContent.findViewById(R.id.title);
277 mIconView = (ImageView) mTabContent.findViewById(R.id.favicon);
278 mLock = (ImageView) mTabContent.findViewById(R.id.lock);
279 mClose = (ImageView) mTabContent.findViewById(R.id.close);
281 mIncognito = mTabContent.findViewById(R.id.incognito);
282 mSnapshot = mTabContent.findViewById(R.id.snapshot);

Completed in 111 milliseconds