Lines Matching refs:fromView

2642         final View fromView = mWorkspace;  in showAppsCustomizeHelper()  local
2675 dispatchOnLauncherTransitionStep(fromView, t); in showAppsCustomizeHelper()
2700 dispatchOnLauncherTransitionEnd(fromView, animated, false); in showAppsCustomizeHelper()
2730 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in showAppsCustomizeHelper()
2749 dispatchOnLauncherTransitionStart(fromView, animated, false); in showAppsCustomizeHelper()
2783 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in showAppsCustomizeHelper()
2784 dispatchOnLauncherTransitionStart(fromView, animated, false); in showAppsCustomizeHelper()
2785 dispatchOnLauncherTransitionEnd(fromView, animated, false); in showAppsCustomizeHelper()
2813 final View fromView = mAppsCustomizeTabHost; in hideAppsCustomizeHelper() local
2826 setPivotsForZoom(fromView, scaleFactor); in hideAppsCustomizeHelper()
2831 new LauncherViewPropertyAnimator(fromView); in hideAppsCustomizeHelper()
2838 .ofFloat(fromView, "alpha", 1f, 0f) in hideAppsCustomizeHelper()
2845 dispatchOnLauncherTransitionStep(fromView, t); in hideAppsCustomizeHelper()
2852 dispatchOnLauncherTransitionPrepare(fromView, animated, true); in hideAppsCustomizeHelper()
2860 fromView.setVisibility(View.GONE); in hideAppsCustomizeHelper()
2861 dispatchOnLauncherTransitionEnd(fromView, animated, true); in hideAppsCustomizeHelper()
2878 dispatchOnLauncherTransitionStart(fromView, animated, true); in hideAppsCustomizeHelper()
2882 fromView.setVisibility(View.GONE); in hideAppsCustomizeHelper()
2883 dispatchOnLauncherTransitionPrepare(fromView, animated, true); in hideAppsCustomizeHelper()
2884 dispatchOnLauncherTransitionStart(fromView, animated, true); in hideAppsCustomizeHelper()
2885 dispatchOnLauncherTransitionEnd(fromView, animated, true); in hideAppsCustomizeHelper()