Home | History | Annotate | Download | only in launcher3

Lines Matching refs:animated

143             final boolean animated, final boolean startSearchAfterTransition) {
178 Workspace.State.NORMAL_HIDDEN, buttonView, toView, animated, animType, cb);
185 final boolean animated) {
189 Workspace.State.OVERVIEW_HIDDEN, buttonView, toView, animated, CIRCULAR_REVEAL,
203 final boolean animated, final Runnable onCompleteRunnable) {
217 animated, animType, onCompleteRunnable);
221 animated, onCompleteRunnable);
224 animated, onCompleteRunnable);
235 final boolean animated, int animType, final PrivateTransitionCallbacks pCb) {
256 animated, initialized, animation, layerViews);
257 if (!animated || !initialized) {
272 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
273 dispatchOnLauncherTransitionStart(fromView, animated, false);
274 dispatchOnLauncherTransitionEnd(fromView, animated, false);
275 dispatchOnLauncherTransitionPrepare(toView, animated, false);
276 dispatchOnLauncherTransitionStart(toView, animated, false);
277 dispatchOnLauncherTransitionEnd(toView, animated, false);
362 dispatchOnLauncherTransitionEnd(fromView, animated, false);
363 dispatchOnLauncherTransitionEnd(toView, animated, false);
383 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
384 dispatchOnLauncherTransitionPrepare(toView, animated, false);
393 dispatchOnLauncherTransitionStart(fromView, animated, false);
394 dispatchOnLauncherTransitionStart(toView, animated, false);
423 dispatchOnLauncherTransitionEnd(fromView, animated, false);
424 dispatchOnLauncherTransitionEnd(toView, animated, false);
439 dispatchOnLauncherTransitionPrepare(fromView, animated, false);
440 dispatchOnLauncherTransitionPrepare(toView, animated, false);
450 dispatchOnLauncherTransitionStart(fromView, animated, false);
451 dispatchOnLauncherTransitionStart(toView, animated, false);
481 boolean animated, boolean initialized, AnimatorSet animation,
484 // NOTE: this call apparently also sets the state for the workspace if !animated
486 animated, layerViews);
488 if (animated && initialized) {
520 final Workspace.State toWorkspaceState, final boolean animated, int type,
557 animated, type, onCompleteRunnable, cb);
564 final Workspace.State toWorkspaceState, final boolean animated,
587 animated, CIRCULAR_REVEAL, onCompleteRunnable, cb);
594 final Workspace.State toWorkspaceState, final boolean animated,
608 animated, animated, animation, layerViews);
610 if (animated) {
611 dispatchOnLauncherTransitionPrepare(fromWorkspace, animated, multiplePagesVisible);
622 dispatchOnLauncherTransitionStart(fromWorkspace, animated, true);
639 dispatchOnLauncherTransitionEnd(fromWorkspace, animated, true);
659 } else /* if (!animated) */ {
660 dispatchOnLauncherTransitionPrepare(fromWorkspace, animated, multiplePagesVisible);
661 dispatchOnLauncherTransitionStart(fromWorkspace, animated, true);
662 dispatchOnLauncherTransitionEnd(fromWorkspace, animated, true);
679 final boolean animated, int animType, final Runnable onCompleteRunnable,
704 animated, initialized, animation, layerViews);
705 if (!animated || !initialized) {
711 dispatchOnLauncherTransitionPrepare(fromView, animated, multiplePagesVisible);
712 dispatchOnLauncherTransitionStart(fromView, animated, true);
713 dispatchOnLauncherTransitionEnd(fromView, animated, true);
714 dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
715 dispatchOnLauncherTransitionStart(toView, animated, true);
716 dispatchOnLauncherTransitionEnd(toView, animated, true);
829 dispatchOnLauncherTransitionPrepare(fromView, animated, multiplePagesVisible);
830 dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
836 dispatchOnLauncherTransitionEnd(fromView, animated, true);
837 dispatchOnLauncherTransitionEnd(toView, animated, true);
873 dispatchOnLauncherTransitionStart(fromView, animated, false);
874 dispatchOnLauncherTransitionStart(toView, animated, false);
904 dispatchOnLauncherTransitionEnd(fromView, animated, true);
905 dispatchOnLauncherTransitionEnd(toView, animated, true);
926 dispatchOnLauncherTransitionPrepare(fromView, animated, multiplePagesVisible);
927 dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
937 dispatchOnLauncherTransitionStart(fromView, animated, false);
938 dispatchOnLauncherTransitionStart(toView, animated, false);
968 void dispatchOnLauncherTransitionPrepare(View v, boolean animated,
971 ((LauncherTransitionable) v).onLauncherTransitionPrepare(mLauncher, animated,
979 void dispatchOnLauncherTransitionStart(View v, boolean animated, boolean toWorkspace) {
981 ((LauncherTransitionable) v).onLauncherTransitionStart(mLauncher, animated,
1001 void dispatchOnLauncherTransitionEnd(View v, boolean animated, boolean toWorkspace) {
1003 ((LauncherTransitionable) v).onLauncherTransitionEnd(mLauncher, animated,