Home
last modified time | relevance | path

Searched refs:KeyguardUnlockAnimationController (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java45 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
105 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
136 private final KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener
138 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() {
154 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in KeyguardClockSwitchController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationControllerTest.kt50 private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
99 keyguardUnlockAnimationController = KeyguardUnlockAnimationController(
189 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)
209 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)
H A DKeyguardViewMediatorTest.java164 private @Mock KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java44 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
69 private final Lazy<KeyguardUnlockAnimationController> mUnlockAnimationControllerLazy;
120 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in KeyguardStateControllerImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerTest.java40 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
68 private Lazy<KeyguardUnlockAnimationController> mKeyguardUnlockAnimationControllerLazy;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
H A DOverviewProxyServiceTest.kt33 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
102 @Mock private lateinit var sysuiUnlockAnimationController: KeyguardUnlockAnimationController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java47 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
128 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in newKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java41 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
86 KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java50 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
97 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
160 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in NotificationShadeWindowViewController()
H A DNotificationPanelViewController.java133 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
751 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in NotificationPanelViewController()
963 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() { in NotificationPanelViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt42 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
107 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
H A DNotificationShadeWindowViewControllerTest.kt43 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
99 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
H A DNotificationPanelViewControllerBaseTest.java93 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
281 @Mock protected KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java89 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
164 private final KeyguardUnlockAnimationController mSysuiUnlockAnimationController;
582 KeyguardUnlockAnimationController sysuiUnlockAnimationController, in OverviewProxyService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java60 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
214 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
304 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in ScrimController()
H A DCentralSurfacesImpl.java157 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
502 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
766 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt143 class KeyguardUnlockAnimationController @Inject constructor( regex
H A DKeyguardViewMediator.java1332 private final Lazy<KeyguardUnlockAnimationController> mKeyguardUnlockAnimationControllerLazy;
1374 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationControllerLazy,
2827 && KeyguardUnlockAnimationController.Companion.isNexusLauncherUnderneath()) {
3283 if (KeyguardUnlockAnimationController.Companion.isNexusLauncherUnderneath()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java113 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
310 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
H A DScrimControllerTest.java68 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
142 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt162 -packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt