Lines Matching refs:tabhost
123 import android.widget.TabHost;
124 import android.widget.TabHost.OnTabChangeListener;
125 import android.widget.TabHost.TabContentFactory;
126 import android.widget.TabHost.TabSpec;
200 private TabHost mTabHost;
316 mTabHost = (TabHost) view.findViewById(android.R.id.tabhost);
656 * Factory that provide empty {@link View} to make {@link TabHost} happy.