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

/frameworks/base/core/java/android/widget/
H A DTabHost.java206 if (tabSpec.mContentStrategy == null) {
377 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed();
388 mCurrentView = spec.mContentStrategy.getContentView();
468 private ContentStrategy mContentStrategy; field in class:TabHost.TabSpec
503 mContentStrategy = new ViewIdContentStrategy(viewId);
512 mContentStrategy = new FactoryContentStrategy(mTag, contentFactory);
520 mContentStrategy = new IntentContentStrategy(mTag, intent);

Completed in 89 milliseconds