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

/frameworks/base/core/java/android/widget/
H A DTabHost.java198 if (tabSpec.mContentStrategy == null) {
312 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed();
323 mCurrentView = spec.mContentStrategy.getContentView();
403 private ContentStrategy mContentStrategy; field in class:TabHost.TabSpec
438 mContentStrategy = new ViewIdContentStrategy(viewId);
447 mContentStrategy = new FactoryContentStrategy(mTag, contentFactory);
455 mContentStrategy = new IntentContentStrategy(mTag, intent);

Completed in 4 milliseconds