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

  /frameworks/base/core/java/android/widget/
TabHost.java 56 private FrameLayout mTabContent;
153 mTabContent.requestFocus(View.FOCUS_FORWARD);
154 return mTabContent.dispatchKeyEvent(event);
163 mTabContent.requestFocus(View.FOCUS_FORWARD);
168 mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
169 if (mTabContent == null) {
258 mTabContent.removeAllViews();
304 return mTabContent;
317 location = (mTabContent.getLeft() < mTabWidget.getLeft()) ? TABWIDGET_LOCATION_RIGHT
322 location = (mTabContent.getTop() < mTabWidget.getTop()) ? TABWIDGET_LOCATION_BOTTO
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 245 View mTabContent;
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 78 milliseconds