Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt200 val hideKeyguardWithAnimation = callback.isOnKeyguard() && !showOverLockscreen regex
205 if (!hideKeyguardWithAnimation) {
238 hideKeyguardWithAnimation)
243 "hideKeyguardWithAnimation=$hideKeyguardWithAnimation"
253 if (hideKeyguardWithAnimation) {
254 callback.hideKeyguardWithAnimation(runner)
339 fun hideKeyguardWithAnimation(runner: IRemoteAnimationRunner) { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt144 verify(callback).hideKeyguardWithAnimation(any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java3643 public void hideKeyguardWithAnimation(IRemoteAnimationRunner runner) {