Searched refs:mPostKeyguardExitAnimation (Results 1 – 1 of 1) sorted by relevance
109 Animation mPostKeyguardExitAnimation; field in WindowAnimator369 boolean applyExistingExitAnimation = mPostKeyguardExitAnimation != null in updateWindowsLocked()370 && !mPostKeyguardExitAnimation.hasEnded() in updateWindowsLocked()411 winAnimator.setAnimation(a, mPostKeyguardExitAnimation.getStartTime(), in updateWindowsLocked()498 mPostKeyguardExitAnimation = a; in updateWindowsLocked()499 mPostKeyguardExitAnimation.setStartTime(mCurrentTime); in updateWindowsLocked()521 if (mPostKeyguardExitAnimation != null) { in updateWindowsLocked()525 mPostKeyguardExitAnimation.getStartOffset(), in updateWindowsLocked()526 mPostKeyguardExitAnimation.getDuration()); in updateWindowsLocked()532 else if (mPostKeyguardExitAnimation.hasEnded() in updateWindowsLocked()[all …]