Home | History | Annotate | Download | only in app

Lines Matching defs:mTabHost

30     private FragmentTabHost mTabHost;
37 mTabHost = (FragmentTabHost)findViewById(android.R.id.tabhost);
38 mTabHost.setup(this, getSupportFragmentManager(), R.id.realtabcontent);
40 mTabHost.addTab(mTabHost.newTabSpec("simple").setIndicator("Simple"),
42 mTabHost.addTab(mTabHost.newTabSpec("contacts").setIndicator("Contacts"),
44 mTabHost.addTab(mTabHost.newTabSpec("custom").setIndicator("Custom"),
46 mTabHost.addTab(mTabHost.newTabSpec("throttle").setIndicator("Throttle"),