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