Searched defs:TabSpec (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTabHost.java57 private List<TabSpec> mTabSpecs = new ArrayList<TabSpec>(2);
107 * Get a new {@link TabSpec} associated with this tab host.
110 public TabSpec newTabSpec(String tag) {
111 return new TabSpec(tag);
175 * If you are using {@link TabSpec#setContent(android.content.Intent)}, this
218 public void addTab(TabSpec tabSpec) {
406 final TabHost.TabSpec spec = mTabSpecs.get(index);
488 public class TabSpec { class in class:TabHost
495 private TabSpec(Strin method in class:TabHost.TabSpec
[all...]

Completed in 42 milliseconds