Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/keyguard/
DKeyguardUnlockAnimationControllerKosmos.kt19 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
24 Kosmos.Fixture { mock<KeyguardUnlockAnimationController>() } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java42 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
72 private final Lazy<KeyguardUnlockAnimationController> mUnlockAnimationControllerLazy;
123 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in KeyguardStateControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java46 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
115 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
152 private final KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener
154 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() {
171 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in KeyguardClockSwitchController()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DSmartSpaceSection.kt39 import com.android.systemui.keyguard.KeyguardUnlockAnimationController in <lambda>()
55 private val keyguardUnlockAnimationController: KeyguardUnlockAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt54 private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController in <lambda>()
105 keyguardUnlockAnimationController = KeyguardUnlockAnimationController( in <lambda>()
196 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java) in <lambda>()
216 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java) in <lambda>()
DKeyguardViewMediatorTest.java181 private @Mock KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt27 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
50 val keyguardUnlockAnimationController: KeyguardUnlockAnimationController,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt30 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
56 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerTest.java40 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
68 private Lazy<KeyguardUnlockAnimationController> mKeyguardUnlockAnimationControllerLazy;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/
DOverviewProxyServiceTest.kt37 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
112 @Mock private lateinit var sysuiUnlockAnimationController: KeyguardUnlockAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java53 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
147 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerBaseTest.java39 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
88 KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt37 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
111 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
DNotificationShadeWindowViewControllerTest.kt47 import com.android.systemui.keyguard.KeyguardUnlockAnimationController
120 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
DNotificationPanelViewControllerBaseTest.java99 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
311 @Mock protected KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java50 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
104 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
180 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in NotificationShadeWindowViewController()
DNotificationPanelViewController.java135 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
756 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in NotificationPanelViewController()
981 new KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener() { in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java64 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
223 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
342 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in ScrimController()
DCentralSurfacesImpl.java141 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
455 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
694 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java88 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
635 KeyguardUnlockAnimationController sysuiUnlockAnimationController, in OverviewProxyService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt149 class KeyguardUnlockAnimationController @Inject constructor( in <lambda>() class
DKeyguardViewMediator.java1398 private final Lazy<KeyguardUnlockAnimationController> mKeyguardUnlockAnimationControllerLazy;
1447 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationControllerLazy,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java121 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
322 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
DScrimControllerTest.java68 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
146 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;