Searched defs:tabHost (Results 1 – 4 of 4) sorted by relevance
87 final TabHost tabHost = findTabHostParent(v); in handleAppsCustomizeTabKeyEvent() local138 final TabHost tabHost = findTabHostParent(container); in handlePagedViewGridLayoutWidgetKeyEvent() local298 final TabHost tabHost = findTabHostParent(container); in handleAppsCustomizeKeyEvent() local443 final TabHost tabHost = findTabHostParent(parent); in handleTabKeyEvent() local
975 AppsCustomizeTabHost tabHost = getTabHost(); in updateCurrentTab() local
122 TabHost tabHost = (TabHost)findViewById(android.R.id.tabhost); in startInstallConfirm() local
76 public TabsAdapter(Activity activity, TabHost tabHost, ViewPager pager) { in TabsAdapter()