Searched refs:mContentStrategy (Results 1 – 1 of 1) sorted by relevance
244 if (tabSpec.mContentStrategy == null) { in addTab()439 mTabSpecs.get(mCurrentTab).mContentStrategy.tabClosed(); in setCurrentTab()450 mCurrentView = spec.mContentStrategy.getContentView(); in setCurrentTab()540 private ContentStrategy mContentStrategy; field in TabHost.TabSpec580 mContentStrategy = new ViewIdContentStrategy(viewId); in setContent()589 mContentStrategy = new FactoryContentStrategy(mTag, contentFactory); in setContent()597 mContentStrategy = new IntentContentStrategy(mTag, intent); in setContent()