Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateController.java147 default void notifyKeyguardDoneFading() {} in notifyKeyguardDoneFading() method
DKeyguardStateControllerImpl.java174 public void notifyKeyguardDoneFading() { in notifyKeyguardDoneFading() method in KeyguardStateControllerImpl
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java191 mKeyguardStateController.notifyKeyguardDoneFading(); in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3392 mKeyguardStateController.notifyKeyguardDoneFading(); in finishKeyguardFadingAway()