Searched refs:mTabHost (Results 1 – 3 of 3) sorted by relevance
116 private TabHost mTabHost; field in IccLockSettings263 if (mTabHost != null) { in restoreTabFocus()264 mTabHost.setCurrentTabByTag(getTagForSlotId(mSlotId)); in restoreTabFocus()301 mTabHost = (TabHost) view.findViewById(android.R.id.tabhost); in onCreateView()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()[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()