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.java1884 AnimationSet newAnimation = new AnimationSet(false /* shareInterpolator */); in applyFadeoutDuringKeyguardExitAnimation() local
1885 newAnimation.setDuration(duration); in applyFadeoutDuringKeyguardExitAnimation()
1886 newAnimation.setStartTime(startTime); in applyFadeoutDuringKeyguardExitAnimation()
1887 newAnimation.addAnimation(mAnimation); in applyFadeoutDuringKeyguardExitAnimation()
1892 newAnimation.addAnimation(fadeOut); in applyFadeoutDuringKeyguardExitAnimation()
1893 newAnimation.initialize(mWin.mFrame.width(), mWin.mFrame.height(), mAnimDw, mAnimDh); in applyFadeoutDuringKeyguardExitAnimation()
1894 mAnimation = newAnimation; in applyFadeoutDuringKeyguardExitAnimation()