Lines Matching defs:fromView
207 final View fromView = mLauncher.getWorkspace();
226 Animator updateTransitionStepAnim = dispatchOnLauncherTransitionStepAnim(fromView, toView);
311 dispatchOnLauncherTransitionEnd(fromView, animated, false);
339 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
349 dispatchOnLauncherTransitionStart(fromView, animated, false);
384 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
385 dispatchOnLauncherTransitionStart(fromView, animated, false);
386 dispatchOnLauncherTransitionEnd(fromView, animated, false);
398 * {@param fromView} and {@param toView} as the animation interpolates.
402 private Animator dispatchOnLauncherTransitionStepAnim(final View fromView, final View toView) {
407 dispatchOnLauncherTransitionStep(fromView, animation.getAnimatedFraction());
486 final View buttonView, final BaseContainerView fromView,
515 Animator updateTransitionStepAnim = dispatchOnLauncherTransitionStepAnim(fromView, toView);
524 final View revealView = fromView.getRevealView();
525 final View contentView = fromView.getContentView();
530 if (fromView.getVisibility() == View.VISIBLE) {
619 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
625 fromView.setVisibility(View.GONE);
626 dispatchOnLauncherTransitionEnd(fromView, animated, true);
662 dispatchOnLauncherTransitionStart(fromView, animated, false);
677 fromView.post(startAnimRunnable);
681 fromView.setVisibility(View.GONE);
682 dispatchOnLauncherTransitionPrepare(fromView, animated, true);
683 dispatchOnLauncherTransitionStart(fromView, animated, true);
684 dispatchOnLauncherTransitionEnd(fromView, animated, true);