Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java1905 AnimationSet newAnimation = new AnimationSet(false /* shareInterpolator */); in applyFadeoutDuringKeyguardExitAnimation() local
1906 newAnimation.setDuration(duration); in applyFadeoutDuringKeyguardExitAnimation()
1907 newAnimation.setStartTime(startTime); in applyFadeoutDuringKeyguardExitAnimation()
1908 newAnimation.addAnimation(mAnimation); in applyFadeoutDuringKeyguardExitAnimation()
1913 newAnimation.addAnimation(fadeOut); in applyFadeoutDuringKeyguardExitAnimation()
1914 newAnimation.initialize(mWin.mFrame.width(), mWin.mFrame.height(), mAnimDw, mAnimDh); in applyFadeoutDuringKeyguardExitAnimation()
1915 mAnimation = newAnimation; in applyFadeoutDuringKeyguardExitAnimation()