Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java25 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
59 KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
DKeyguardClockSwitchControllerTest.java43 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
91 KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java22 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
54 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
68 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in KeyguardStatusViewController()
DKeyguardClockSwitchController.java33 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
97 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
115 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in KeyguardClockSwitchController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
DKeyguardModule.java45 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
104 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationController, in newKeyguardViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java41 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
223 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in provideStatusBar()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java91 private @Mock KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt88 class KeyguardUnlockAnimationController @Inject constructor( in <lambda>() class
DKeyguardViewMediator.java820 private final Lazy<KeyguardUnlockAnimationController> mKeyguardUnlockAnimationControllerLazy;
842 Lazy<KeyguardUnlockAnimationController> keyguardUnlockAnimationControllerLazy, in KeyguardViewMediator()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java89 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
276 @Mock private KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java168 import com.android.systemui.keyguard.KeyguardUnlockAnimationController;
470 private final KeyguardUnlockAnimationController mKeyguardUnlockAnimationController;
810 KeyguardUnlockAnimationController keyguardUnlockAnimationController, in StatusBar()