Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DTabActivity.java38 private TabHost mTabHost; field in TabActivity
71 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 …]
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DIccLockSettings.java116 private TabHost mTabHost; field in IccLockSettings
263 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 …]
H A DTrustedCredentialsSettings.java151 private TabHost mTabHost; field in TrustedCredentialsSettings
220 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()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesView.java85 private TabHost mTabHost; field in EmojiPalettesView
165 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9008 Landroid/app/TabActivity;->mTabHost:Landroid/widget/TabHost;