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

/frameworks/base/core/java/android/widget/
H A DTabHost.java49 public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchModeChangeListener { class in inherits:FrameLayout,ViewTreeObserver.OnTouchModeChangeListener
70 public TabHost(Context context) { method in class:TabHost
75 public TabHost(Context context, AttributeSet attrs) { method in class:TabHost
113 * <p>Call setup() before adding tabs if loading TabHost using findViewById().
117 <pre>mTabHost = (TabHost)findViewById(R.id.tabhost);
125 "Your TabHost must have a TabWidget whose id attribute is 'android.R.id.tabs'");
160 "Your TabHost must have a FrameLayout whose id attribute is "
339 final TabHost.TabSpec spec = mTabSpecs.get(index);
466 * Specify a {@link android.widget.TabHost.TabContentFactory} to use to

Completed in 83 milliseconds