Searched refs:mStateAnimator (Results 1 – 1 of 1) sorted by relevance
183 @Thunk AnimatorSet mStateAnimator; field in WorkspaceStateTransitionAnimation230 return mStateAnimator; in getAnimationToState()275 mStateAnimator = LauncherAnimUtils.createAnimatorSet(); in animateWorkspace()358 mStateAnimator.play(scale); in animateWorkspace()376 mStateAnimator.play(alphaAnim); in animateWorkspace()385 mStateAnimator.play(bgAnim); in animateWorkspace()438 mStateAnimator.play(overviewPanelAlpha); in animateWorkspace()439 mStateAnimator.play(hotseatAlpha); in animateWorkspace()440 mStateAnimator.play(pageIndicatorAlpha); in animateWorkspace()441 mStateAnimator.addListener(new AnimatorListenerAdapter() { in animateWorkspace()[all …]