Searched refs:KeyguardUnlockAnimationListener (Results 1 – 4 of 4) sorted by relevance
157 interface KeyguardUnlockAnimationListener { regex224 private val listeners = ArrayList<KeyguardUnlockAnimationListener>()395 fun addKeyguardUnlockAnimationListener(listener: KeyguardUnlockAnimationListener) {399 fun removeKeyguardUnlockAnimationListener(listener: KeyguardUnlockAnimationListener) {
189 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)209 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)
136 private final KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener138 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() {
963 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() { in NotificationPanelViewController()