Lines Matching full:tabhost
1706 field public static final int tabhost = 16908306; // 0x1020012
5070 method public android.widget.TabHost getTabHost();
38404 public class TabHost extends android.widget.FrameLayout implements android.view.ViewTreeObserver.OnTouchModeChangeListener {
38405 ctor public TabHost(android.content.Context);
38406 ctor public TabHost(android.content.Context, android.util.AttributeSet);
38407 ctor public TabHost(android.content.Context, android.util.AttributeSet, int);
38408 ctor public TabHost(android.content.Context, android.util.AttributeSet, int, int);
38409 method public void addTab(android.widget.TabHost.TabSpec);
38417 method public android.widget.TabHost.TabSpec newTabSpec(java.lang.String);
38421 method public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener);
38426 public static abstract interface TabHost.OnTabChangeListener {
38430 public static abstract interface TabHost.TabContentFactory {
38434 public class TabHost.TabSpec {
38436 method public android.widget.TabHost.TabSpec setContent(int);
38437 method public android.widget.TabHost.TabSpec setContent(android.widget.TabHost.TabContentFactory);
38438 method public android.widget.TabHost.TabSpec setContent(android.content.Intent);
38439 method public android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence);
38440 method public android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence, android.graphics.drawable.Drawable);
38441 method public android.widget.TabHost.TabSpec setIndicator(android.view.View);