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.java1844 AnimationSet newAnimation = new AnimationSet(false /* shareInterpolator */); in applyFadeoutDuringKeyguardExitAnimation() local
1845 newAnimation.setDuration(duration); in applyFadeoutDuringKeyguardExitAnimation()
1846 newAnimation.setStartTime(startTime); in applyFadeoutDuringKeyguardExitAnimation()
1847 newAnimation.addAnimation(mAnimation); in applyFadeoutDuringKeyguardExitAnimation()
1852 newAnimation.addAnimation(fadeOut); in applyFadeoutDuringKeyguardExitAnimation()
1853 newAnimation.initialize(mWin.mFrame.width(), mWin.mFrame.height(), mAnimDx, mAnimDy); in applyFadeoutDuringKeyguardExitAnimation()
1854 mAnimation = newAnimation; in applyFadeoutDuringKeyguardExitAnimation()