Searched refs:mContentStrategy (Results 1 – 2 of 2) 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()
7268 Landroid/widget/TabHost$TabSpec;->mContentStrategy:Landroid/widget/TabHost$ContentStrategy;