Searched refs:mTabHost (Results 1 – 5 of 5) sorted by relevance
38 private TabHost mTabHost; field in TabActivity71 mTabHost.setCurrentTabByTag(cur); in onRestoreInstanceState()73 if (mTabHost.getCurrentTab() < 0) { in onRestoreInstanceState()75 mTabHost.setCurrentTabByTag(mDefaultTab); in onRestoreInstanceState()88 if (mTabHost.getCurrentTab() == -1) { in onPostCreate()89 mTabHost.setCurrentTab(0); in onPostCreate()113 if (mTabHost == null) { in onContentChanged()118 mTabHost.setup(getLocalActivityManager()); in onContentChanged()122 if (mTabHost == null) { in ensureTabHost()146 return mTabHost; in getTabHost()[all …]
116 private TabHost mTabHost; field in IccLockSettings263 if (mTabHost != null) { in restoreTabFocus()264 mTabHost.setCurrentTabByTag(getTagForSlotId(mSlotId)); in restoreTabFocus()305 mTabHost.setup(); in onCreateView()306 mTabHost.clearAllTabs(); in onCreateView()311 mTabHost.addTab(buildTabSpec(tag, in onCreateView()318 mTabHost.setCurrentTabByTag(getTagForSlotId(mSlotId)); in onCreateView()319 mTabHost.setOnTabChangedListener(mTabListener); in onCreateView()420 if (mTabHost != null) { in onSaveInstanceState()421 out.putString(CURRENT_TAB, mTabHost.getCurrentTabTag()); in onSaveInstanceState()[all …]
151 private TabHost mTabHost; field in TrustedCredentialsSettings220 mTabHost = (TabHost) inflater.inflate(R.layout.trusted_credentials, parent, false); in onCreateView()221 mTabHost.setup(); in onCreateView()227 mTabHost.setCurrentTabByTag(Tab.USER.mTag); in onCreateView()229 return mTabHost; in onCreateView()276 TabHost.TabSpec systemSpec = mTabHost.newTabSpec(tab.mTag) in addTab()279 mTabHost.addTab(systemSpec); in addTab()286 final ViewGroup contentView = (ViewGroup) mTabHost.findViewById(tab.mContentView); in addTab()686 View content = mTabHost.getTabContentView(); in onPreExecute()
85 private TabHost mTabHost; field in EmojiPalettesView165 mTabHost = (TabHost)findViewById(R.id.emoji_category_tabhost); in onFinishInflate()166 mTabHost.setup(); in onFinishInflate()169 addTab(mTabHost, properties.mCategoryId); in onFinishInflate()171 mTabHost.setOnTabChangedListener(this); in onFinishInflate()172 final TabWidget tabWidget = mTabHost.getTabWidget(); in onFinishInflate()434 if (force || mTabHost.getCurrentTab() != newTabId) { in setCurrentCategoryId()435 mTabHost.setCurrentTab(newTabId); in setCurrentCategoryId()
9008 Landroid/app/TabActivity;->mTabHost:Landroid/widget/TabHost;