Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java195 default void notifyKeyguardDoneFading() {} in notifyKeyguardDoneFading() method
H A DKeyguardStateControllerImpl.java245 public void notifyKeyguardDoneFading() { in notifyKeyguardDoneFading() method in KeyguardStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java2575 mKeyguardStateController.notifyKeyguardDoneFading(); in finishKeyguardFadingAway()