Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt164 interface KeyguardUnlockAnimationListener { in <lambda>() interface in com.android.systemui.keyguard.KeyguardUnlockAnimationController
234 private val listeners = ArrayList<KeyguardUnlockAnimationListener>() in <lambda>()
411 fun addKeyguardUnlockAnimationListener(listener: KeyguardUnlockAnimationListener) { in <lambda>()
415 fun removeKeyguardUnlockAnimationListener(listener: KeyguardUnlockAnimationListener) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt196 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java) in <lambda>()
216 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java152 private final KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener
154 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java981 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() { in NotificationPanelViewController()