Home | History | Annotate | Download | only in launcher2

Lines Matching defs:fromView

2642         final View fromView = mWorkspace;
2675 dispatchOnLauncherTransitionStep(fromView, t);
2700 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2730 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
2749 dispatchOnLauncherTransitionStart(fromView, animated, false);
2783 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
2784 dispatchOnLauncherTransitionStart(fromView, animated, false);
2785 dispatchOnLauncherTransitionEnd(fromView, animated, false);
2794 * Zoom the camera back into the workspace, hiding 'fromView'.
2813 final View fromView = mAppsCustomizeTabHost;
2826 setPivotsForZoom(fromView, scaleFactor);
2831 new LauncherViewPropertyAnimator(fromView);
2838 .ofFloat(fromView, "alpha", 1f, 0f)
2845 dispatchOnLauncherTransitionStep(fromView, t);
2852 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
2860 fromView.setVisibility(View.GONE);
2861 dispatchOnLauncherTransitionEnd(fromView, animated, true);
2878 dispatchOnLauncherTransitionStart(fromView, animated, true);
2882 fromView.setVisibility(View.GONE);
2883 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
2884 dispatchOnLauncherTransitionStart(fromView, animated, true);
2885 dispatchOnLauncherTransitionEnd(fromView, animated, true);