Searched refs:mPostKeyguardExitAnimation (Results 1 – 1 of 1) sorted by relevance
97 Animation mPostKeyguardExitAnimation; field in WindowAnimator351 boolean applyExistingExitAnimation = mPostKeyguardExitAnimation != null in updateWindowsLocked()352 && !mPostKeyguardExitAnimation.hasEnded() in updateWindowsLocked()392 winAnimator.setAnimation(a, mPostKeyguardExitAnimation.getStartTime()); in updateWindowsLocked()472 mPostKeyguardExitAnimation = a; in updateWindowsLocked()473 mPostKeyguardExitAnimation.setStartTime(mCurrentTime); in updateWindowsLocked()496 if (mPostKeyguardExitAnimation != null) { in updateWindowsLocked()500 mPostKeyguardExitAnimation.getStartOffset(), in updateWindowsLocked()501 mPostKeyguardExitAnimation.getDuration()); in updateWindowsLocked()507 else if (mPostKeyguardExitAnimation.hasEnded() in updateWindowsLocked()[all …]