Searched refs:newAnimation (Results 1 – 1 of 1) sorted by relevance
1905 AnimationSet newAnimation = new AnimationSet(false /* shareInterpolator */); in applyFadeoutDuringKeyguardExitAnimation() local1906 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()