Searched refs:mTabHost (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DTabActivity.java55 private TabHost mTabHost; field in class:TabActivity
88 mTabHost.setCurrentTabByTag(cur);
90 if (mTabHost.getCurrentTab() < 0) {
92 mTabHost.setCurrentTabByTag(mDefaultTab);
94 mTabHost.setCurrentTab(mDefaultTabIndex);
105 if (mTabHost.getCurrentTab() == -1) {
106 mTabHost.setCurrentTab(0);
113 String currentTabTag = mTabHost.getCurrentTabTag();
128 mTabHost = (TabHost) findViewById(com.android.internal.R.id.tabhost);
130 if (mTabHost
[all...]

Completed in 55 milliseconds