Home
last modified time | relevance | path

Searched refs:workspaceAnim (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java219 Animator workspaceAnim = mLauncher.startWorkspaceStateChangeAnimation(toWorkspaceState, -1, in startAnimationToOverlay() local
332 if (workspaceAnim != null) { in startAnimationToOverlay()
333 animation.play(workspaceAnim); in startAnimationToOverlay()
508 Animator workspaceAnim = mLauncher.startWorkspaceStateChangeAnimation(toWorkspaceState, in startAnimationToWorkspaceFromOverlay() local
519 if (workspaceAnim != null) { in startAnimationToWorkspaceFromOverlay()
520 animation.play(workspaceAnim); in startAnimationToWorkspaceFromOverlay()
DWorkspace.java2108 Animator workspaceAnim = mStateTransitionAnimation.getAnimationToState(mState, in setStateWithAnimation() local
2121 return workspaceAnim; in setStateWithAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2650 Animator workspaceAnim = in showAppsCustomizeHelper() local
2724 if (workspaceAnim != null) { in showAppsCustomizeHelper()
2725 mStateAnimation.play(workspaceAnim); in showAppsCustomizeHelper()
2815 Animator workspaceAnim = null; in hideAppsCustomizeHelper() local
2819 workspaceAnim = mWorkspace.getChangeStateAnimation( in hideAppsCustomizeHelper()
2822 workspaceAnim = mWorkspace.getChangeStateAnimation( in hideAppsCustomizeHelper()
2875 if (workspaceAnim != null) { in hideAppsCustomizeHelper()
2876 mStateAnimation.play(workspaceAnim); in hideAppsCustomizeHelper()