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