Lines Matching refs:tabhost
119 import android.widget.TabHost;
120 import android.widget.TabHost.OnTabChangeListener;
121 import android.widget.TabHost.TabContentFactory;
122 import android.widget.TabHost.TabSpec;
201 private TabHost mTabHost;
323 mTabHost = (TabHost) view.findViewById(android.R.id.tabhost);
681 * Factory that provide empty {@link View} to make {@link TabHost} happy.