Home
last modified time | relevance | path

Searched refs:dispatchOnLauncherTransitionPrepare (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java339 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in startAnimationToOverlay()
340 dispatchOnLauncherTransitionPrepare(toView, animated, false); in startAnimationToOverlay()
384 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in startAnimationToOverlay()
387 dispatchOnLauncherTransitionPrepare(toView, animated, false); in startAnimationToOverlay()
619 dispatchOnLauncherTransitionPrepare(fromView, animated, true); in startAnimationToWorkspaceFromOverlay()
620 dispatchOnLauncherTransitionPrepare(toView, animated, true); in startAnimationToWorkspaceFromOverlay()
682 dispatchOnLauncherTransitionPrepare(fromView, animated, true); in startAnimationToWorkspaceFromOverlay()
685 dispatchOnLauncherTransitionPrepare(toView, animated, true); in startAnimationToWorkspaceFromOverlay()
712 void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare() method in LauncherStateTransitionAnimation
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2556 … private void dispatchOnLauncherTransitionPrepare(View v, boolean animated, boolean toWorkspace) { in dispatchOnLauncherTransitionPrepare() method in Launcher
2730 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in showAppsCustomizeHelper()
2731 dispatchOnLauncherTransitionPrepare(toView, animated, false); in showAppsCustomizeHelper()
2783 dispatchOnLauncherTransitionPrepare(fromView, animated, false); in showAppsCustomizeHelper()
2786 dispatchOnLauncherTransitionPrepare(toView, animated, false); in showAppsCustomizeHelper()
2852 dispatchOnLauncherTransitionPrepare(fromView, animated, true); in hideAppsCustomizeHelper()
2853 dispatchOnLauncherTransitionPrepare(toView, animated, true); in hideAppsCustomizeHelper()
2883 dispatchOnLauncherTransitionPrepare(fromView, animated, true); in hideAppsCustomizeHelper()
2886 dispatchOnLauncherTransitionPrepare(toView, animated, true); in hideAppsCustomizeHelper()