Home
last modified time | relevance | path

Searched refs:hideKeyguardWithAnimation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt257 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen in startIntentWithAnimation() constant
262 if (!hideKeyguardWithAnimation) { in startIntentWithAnimation()
299 hideKeyguardWithAnimation) in startIntentWithAnimation()
304 "hideKeyguardWithAnimation=$hideKeyguardWithAnimation" in startIntentWithAnimation()
314 if (hideKeyguardWithAnimation) { in startIntentWithAnimation()
315 callback.hideKeyguardWithAnimation(runner) in startIntentWithAnimation()
458 fun hideKeyguardWithAnimation(runner: IRemoteAnimationRunner) { in startPendingIntent() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityTransitionAnimatorTest.kt162 verify(callback).hideKeyguardWithAnimation(any()) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java3206 public void hideKeyguardWithAnimation(IRemoteAnimationRunner runner) {