Home
last modified time | relevance | path

Searched refs:tabSpec (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DTabHost.java238 public void addTab(TabSpec tabSpec) { in addTab() argument
240 if (tabSpec.mIndicatorStrategy == null) { in addTab()
244 if (tabSpec.mContentStrategy == null) { in addTab()
247 View tabIndicator = tabSpec.mIndicatorStrategy.createIndicatorView(); in addTab()
252 if (tabSpec.mIndicatorStrategy instanceof ViewIndicatorStrategy) { in addTab()
257 mTabSpecs.add(tabSpec); in addTab()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java2095 TabHost.TabSpec tabSpec = tabHost.newTabSpec(TAB_TAG_PERSONAL)
2098 tabHost.addTab(tabSpec);
2105 tabSpec = tabHost.newTabSpec(TAB_TAG_WORK)
2108 tabHost.addTab(tabSpec);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java847 String tabSpec = String.format("tab_spec%d", i+1); in setupTabHost() local
856 tabHost.addTab(tabHost.newTabSpec(tabSpec).setIndicator(name).setContent(id)); in setupTabHost()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...