Home | History | Annotate | Download | only in api

Lines Matching full:tabhost

1510     field public static final int tabhost = 16908306; // 0x1020012
4383 method public android.widget.TabHost getTabHost();
32488 public class TabHost extends android.widget.FrameLayout implements android.view.ViewTreeObserver.OnTouchModeChangeListener {
32489 ctor public TabHost(android.content.Context);
32490 ctor public TabHost(android.content.Context, android.util.AttributeSet);
32491 method public void addTab(android.widget.TabHost.TabSpec);
32499 method public android.widget.TabHost.TabSpec newTabSpec(java.lang.String);
32503 method public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener);
32508 public static abstract interface TabHost.OnTabChangeListener {
32512 public static abstract interface TabHost.TabContentFactory {
32516 public class TabHost.TabSpec {
32518 method public android.widget.TabHost.TabSpec setContent(int);
32519 method public android.widget.TabHost.TabSpec setContent(android.widget.TabHost.TabContentFactory);
32520 method public android.widget.TabHost.TabSpec setContent(android.content.Intent);
32521 method public android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence);
32522 method public android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence, android.graphics.drawable.Drawable);
32523 method public android.widget.TabHost.TabSpec setIndicator(android.view.View);