Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java2019 TabHost.TabSpec tabSpec = tabHost.newTabSpec(TAB_TAG_PERSONAL)
2022 tabHost.addTab(tabSpec);
2029 tabSpec = tabHost.newTabSpec(TAB_TAG_WORK)
2032 tabHost.addTab(tabSpec);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...