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

/frameworks/base/core/java/android/widget/
H A DTabHost.java217 if (tabSpec.mContentStrategy == null) {
412 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed();
423 mCurrentView = spec.mContentStrategy.getContentView();
503 private ContentStrategy mContentStrategy; field in class:TabHost.TabSpec
543 mContentStrategy = new ViewIdContentStrategy(viewId);
552 mContentStrategy = new FactoryContentStrategy(mTag, contentFactory);
560 mContentStrategy = new IntentContentStrategy(mTag, intent);

Completed in 58 milliseconds