Home
last modified time | relevance | path

Searched defs:tabHost (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java87 final TabHost tabHost = findTabHostParent(v); in handleAppsCustomizeTabKeyEvent() local
138 final TabHost tabHost = findTabHostParent(container); in handlePagedViewGridLayoutWidgetKeyEvent() local
298 final TabHost tabHost = findTabHostParent(container); in handleAppsCustomizeKeyEvent() local
443 final TabHost tabHost = findTabHostParent(parent); in handleTabKeyEvent() local
DAppsCustomizePagedView.java975 AppsCustomizeTabHost tabHost = getTabHost(); in updateCurrentTab() local
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DGrantActivity.java86 TabHost tabHost = (TabHost)findViewById(android.R.id.tabhost); in onCreate() local
DPackageInstallerActivity.java114 TabHost tabHost = (TabHost)findViewById(android.R.id.tabhost); in startInstallConfirm() local
DTabsAdapter.java77 public TabsAdapter(Activity activity, TabHost tabHost, ViewPager pager) { in TabsAdapter()