Home | History | Annotate | Download | only in launcher3

Lines Matching defs:toView

144         final AllAppsContainerView toView = mLauncher.getAppsView();
168 toView.startAppsSearch();
178 Workspace.State.NORMAL_HIDDEN, buttonView, toView, animated, animType, cb);
186 final WidgetsContainerView toView = mLauncher.getWidgetsView();
189 Workspace.State.OVERVIEW_HIDDEN, buttonView, toView, animated, CIRCULAR_REVEAL,
234 final View buttonView, final BaseContainerView toView,
254 final View contentView = toView.getContentView();
255 playCommonTransitionAnimations(toWorkspaceState, fromView, toView,
262 toView.setTranslationX(0.0f);
263 toView.setTranslationY(0.0f);
264 toView.setScaleX(1.0f);
265 toView.setScaleY(1.0f);
266 toView.setAlpha(1.0f);
267 toView.setVisibility(View.VISIBLE);
275 dispatchOnLauncherTransitionPrepare(toView, animated, false);
276 dispatchOnLauncherTransitionStart(toView, animated, false);
277 dispatchOnLauncherTransitionEnd(toView, animated, false);
283 final View revealView = toView.getRevealView();
363 dispatchOnLauncherTransitionEnd(toView, animated, false);
384 dispatchOnLauncherTransitionPrepare(toView, animated, false);
394 dispatchOnLauncherTransitionStart(toView, animated, false);
407 toView.requestFocus();
412 toView.bringToFront();
413 toView.setVisibility(View.VISIBLE);
414 toView.post(startAnimRunnable);
424 dispatchOnLauncherTransitionEnd(toView, animated, false);
440 dispatchOnLauncherTransitionPrepare(toView, animated, false);
451 dispatchOnLauncherTransitionStart(toView, animated, false);
463 toView.requestFocus();
469 toView.post(startAnimRunnable);
480 Workspace.State toWorkspaceState, View fromView, View toView,
494 animation.play(dispatchOnLauncherTransitionStepAnim(fromView, toView));
500 * {@param fromView} and {@param toView} as the animation interpolates.
504 private Animator dispatchOnLauncherTransitionStepAnim(final View fromView, final View toView) {
510 dispatchOnLauncherTransitionStep(toView, animation.getAnimatedFraction());
689 final View toView = mLauncher.getWorkspace();
703 playCommonTransitionAnimations(toWorkspaceState, fromView, toView,
714 dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
715 dispatchOnLauncherTransitionStart(toView, animated, true);
716 dispatchOnLauncherTransitionEnd(toView, animated, true);
830 dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
837 dispatchOnLauncherTransitionEnd(toView, animated, true);
874 dispatchOnLauncherTransitionStart(toView, animated, false);
905 dispatchOnLauncherTransitionEnd(toView, animated, true);
927 dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
938 dispatchOnLauncherTransitionStart(toView, animated, false);
951 toView.requestFocus();