Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt199 verify(listener).onUnlockAnimationStarted(any(), eq(true), any(), any())
219 verify(listener).onUnlockAnimationStarted(any(), eq(false), any(), any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt175 fun onUnlockAnimationStarted( regex
601 it.onUnlockAnimationStarted(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java970 public void onUnlockAnimationStarted( in NotificationPanelViewController()