Home | History | Annotate | Download | only in packageinstaller

Lines Matching full:tabhost

51 import android.widget.TabHost;
122 TabHost tabHost = (TabHost)findViewById(android.R.id.tabhost);
123 tabHost.setup();
124 tabHost.setVisibility(View.VISIBLE);
126 TabsAdapter adapter = new TabsAdapter(this, tabHost, viewPager);
161 adapter.addTab(tabHost.newTabSpec(TAB_ID_NEW).setIndicator(
177 adapter.addTab(tabHost.newTabSpec(TAB_ID_ALL).setIndicator(
193 tabHost.setVisibility(View.INVISIBLE);
706 findViewById(android.R.id.tabhost).setVisibility(View.INVISIBLE);