Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt157 interface KeyguardUnlockAnimationListener { regex
224 private val listeners = ArrayList<KeyguardUnlockAnimationListener>()
395 fun addKeyguardUnlockAnimationListener(listener: KeyguardUnlockAnimationListener) {
399 fun removeKeyguardUnlockAnimationListener(listener: KeyguardUnlockAnimationListener) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt189 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)
209 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java136 private final KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener
138 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java963 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() { in NotificationPanelViewController()