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
74 public TabHost(Context context) { method in class:TabHost
79 public TabHost(Context context, AttributeSet attrs) { method in class:TabHost
117 * <p>Call setup() before adding tabs if loading TabHost using findViewById().
121 <pre>mTabHost = (TabHost)findViewById(R.id.tabhost);
129 "Your TabHost must have a TabWidget whose id attribute is 'android.R.id.tabs'");
164 "Your TabHost must have a FrameLayout whose id attribute is "
382 event.setClassName(TabHost.class.getName());
388 info.setClassName(TabHost.class.getName());
406 final TabHost
[all...]

Completed in 459 milliseconds