Home
last modified time | relevance | path

Searched refs:AppsCustomizeTabHost (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizeTabHost.java40 public class AppsCustomizeTabHost extends TabHost implements LauncherTransitionable, class
59 public AppsCustomizeTabHost(Context context, AttributeSet attrs) { in AppsCustomizeTabHost() method in AppsCustomizeTabHost
DAppsCustomizePagedView.java398 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);
DHideFromAccessibilityHelper.java104 (!mOnlyAllApps || hasAncestorOfType(v, AppsCustomizeTabHost.class)); in includeView()
DLauncher.java240 private AppsCustomizeTabHost mAppsCustomizeTabHost;
1049 mAppsCustomizeTabHost = (AppsCustomizeTabHost) findViewById(R.id.apps_customize_pane); in setupViews()
2643 final AppsCustomizeTabHost toView = mAppsCustomizeTabHost; in showAppsCustomizeHelper()