Home
last modified time | relevance | path

Searched refs:toView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2617 final AppsCustomizeTabHost toView = mAppsCustomizeTabHost; in showAppsCustomizeHelper() local
2621 setPivotsForZoom(toView, scale); in showAppsCustomizeHelper()
2628 toView.setScaleX(scale); in showAppsCustomizeHelper()
2629 toView.setScaleY(scale); in showAppsCustomizeHelper()
2630 final LauncherViewPropertyAnimator scaleAnim = new LauncherViewPropertyAnimator(toView); in showAppsCustomizeHelper()
2636 toView.setVisibility(View.VISIBLE); in showAppsCustomizeHelper()
2637 toView.setAlpha(0f); in showAppsCustomizeHelper()
2639 .ofFloat(toView, "alpha", 0f, 1f) in showAppsCustomizeHelper()
2650 dispatchOnLauncherTransitionStep(toView, t); in showAppsCustomizeHelper()
2667 toView.setTranslationX(0.0f); in showAppsCustomizeHelper()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java3340 final AppsCustomizeTabHost toView = mAppsCustomizeTabHost; in showAppsCustomizeHelper() local
3360 toView.findViewById(R.id.apps_customize_pane_content); in showAppsCustomizeHelper()
3363 final View revealView = toView.findViewById(R.id.fake_page); in showAppsCustomizeHelper()
3438 View pageIndicators = toView.findViewById(R.id.apps_customize_page_indicator); in showAppsCustomizeHelper()
3474 dispatchOnLauncherTransitionEnd(toView, animated, false); in showAppsCustomizeHelper()
3499 dispatchOnLauncherTransitionPrepare(toView, animated, false); in showAppsCustomizeHelper()
3508 dispatchOnLauncherTransitionStart(toView, animated, false); in showAppsCustomizeHelper()
3522 toView.bringToFront(); in showAppsCustomizeHelper()
3523 toView.setVisibility(View.VISIBLE); in showAppsCustomizeHelper()
3524 toView.post(startAnimRunnable); in showAppsCustomizeHelper()
[all …]