Searched refs:AppsCustomizeTabHost (Results 1 – 4 of 4) sorted by relevance
40 public class AppsCustomizeTabHost extends TabHost implements LauncherTransitionable, class59 public AppsCustomizeTabHost(Context context, AttributeSet attrs) { in AppsCustomizeTabHost() method in AppsCustomizeTabHost
398 AppsCustomizeTabHost host = (AppsCustomizeTabHost) getTabHost(); in onDataReady()975 AppsCustomizeTabHost tabHost = getTabHost(); in updateCurrentTab()1604 AppsCustomizeTabHost tabHost = getTabHost();1617 private AppsCustomizeTabHost getTabHost() {1618 return (AppsCustomizeTabHost) mLauncher.findViewById(R.id.apps_customize_pane);
104 (!mOnlyAllApps || hasAncestorOfType(v, AppsCustomizeTabHost.class)); in includeView()
240 private AppsCustomizeTabHost mAppsCustomizeTabHost;1049 mAppsCustomizeTabHost = (AppsCustomizeTabHost) findViewById(R.id.apps_customize_pane); in setupViews()2643 final AppsCustomizeTabHost toView = mAppsCustomizeTabHost; in showAppsCustomizeHelper()