Home
last modified time | relevance | path

Searched refs:notifyKeyguardDoneFading (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java191 default void notifyKeyguardDoneFading() {} in notifyKeyguardDoneFading() method
H A DKeyguardStateControllerImpl.java215 public void notifyKeyguardDoneFading() { in notifyKeyguardDoneFading() method in KeyguardStateControllerImpl
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java210 mKeyguardStateController.notifyKeyguardDoneFading(); in hide()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3163 mKeyguardStateController.notifyKeyguardDoneFading(); in finishKeyguardFadingAway()