Lines Matching full:tabhost
1788 field public static final int tabhost = 16908306; // 0x1020012
5188 method public android.widget.TabHost getTabHost();
41133 public class TabHost extends android.widget.FrameLayout implements android.view.ViewTreeObserver.OnTouchModeChangeListener {
41134 ctor public TabHost(android.content.Context);
41135 ctor public TabHost(android.content.Context, android.util.AttributeSet);
41136 ctor public TabHost(android.content.Context, android.util.AttributeSet, int);
41137 ctor public TabHost(android.content.Context, android.util.AttributeSet, int, int);
41138 method public void addTab(android.widget.TabHost.TabSpec);
41146 method public android.widget.TabHost.TabSpec newTabSpec(java.lang.String);
41150 method public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener);
41155 public static abstract interface TabHost.OnTabChangeListener {
41159 public static abstract interface TabHost.TabContentFactory {
41163 public class TabHost.TabSpec {
41165 method public android.widget.TabHost.TabSpec setContent(int);
41166 method public android.widget.TabHost.TabSpec setContent(android.widget.TabHost.TabContentFactory);
41167 method public android.widget.TabHost.TabSpec setContent(android.content.Intent);
41168 method public android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence);
41169 method public android.widget.TabHost.TabSpec setIndicator(java.lang.CharSequence, android.graphics.drawable.Drawable);
41170 method public android.widget.TabHost.TabSpec setIndicator(android.view.View);