Searched refs:mContentStrategy (Results 1 – 1 of 1) sorted by relevance
222 if (tabSpec.mContentStrategy == null) { in addTab()417 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed(); in setCurrentTab()428 mCurrentView = spec.mContentStrategy.getContentView(); in setCurrentTab()508 private ContentStrategy mContentStrategy; field in TabHost.TabSpec548 mContentStrategy = new ViewIdContentStrategy(viewId); in setContent()557 mContentStrategy = new FactoryContentStrategy(mTag, contentFactory); in setContent()565 mContentStrategy = new IntentContentStrategy(mTag, intent); in setContent()