/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchController.java | 45 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 D | KeyguardUnlockAnimationControllerTest.kt | 50 private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController 99 keyguardUnlockAnimationController = KeyguardUnlockAnimationController( 189 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java) 209 KeyguardUnlockAnimationController.KeyguardUnlockAnimationListener::class.java)
|
H A D | KeyguardViewMediatorTest.java | 164 private @Mock KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateControllerImpl.java | 44 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 D | KeyguardStateControllerTest.java | 40 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 68 private Lazy<KeyguardUnlockAnimationController> mKeyguardUnlockAnimationControllerLazy;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
H A D | OverviewProxyServiceTest.kt | 33 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 D | KeyguardModule.java | 47 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 128 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in newKeyguardViewMediator()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchControllerBaseTest.java | 41 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 86 KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowViewController.java | 50 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 97 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController; 160 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in NotificationShadeWindowViewController()
|
H A D | NotificationPanelViewController.java | 133 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 D | NotificationShadeWindowViewTest.kt | 42 import com.android.systemui.keyguard.KeyguardUnlockAnimationController 107 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
|
H A D | NotificationShadeWindowViewControllerTest.kt | 43 import com.android.systemui.keyguard.KeyguardUnlockAnimationController 99 @Mock private lateinit var keyguardUnlockAnimationController: KeyguardUnlockAnimationController
|
H A D | NotificationPanelViewControllerBaseTest.java | 93 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 281 @Mock protected KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | OverviewProxyService.java | 89 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 D | ScrimController.java | 60 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 214 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController; 304 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in ScrimController()
|
H A D | CentralSurfacesImpl.java | 157 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 D | KeyguardUnlockAnimationController.kt | 143 class KeyguardUnlockAnimationController @Inject constructor( regex
|
H A D | KeyguardViewMediator.java | 1332 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 D | CentralSurfacesImplTest.java | 113 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 310 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
|
H A D | ScrimControllerTest.java | 68 import com.android.systemui.keyguard.KeyguardUnlockAnimationController; 142 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | ktfmt_includes.txt | 162 -packages/SystemUI/src/com/android/systemui/keyguard/KeyguardUnlockAnimationController.kt
|