/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardVisibilityHelper.java | 31 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 43 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; 52 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardVisibilityHelper()
|
H A D | KeyguardStatusViewController.java | 30 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 71 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in KeyguardStatusViewController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewController.java | 35 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 56 @NonNull private final UnlockedScreenOffAnimationController 89 @NonNull UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in UdfpsKeyguardViewController() 427 private final UnlockedScreenOffAnimationController.Callback mUnlockedScreenOffCallback =
|
H A D | UdfpsController.java | 74 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 134 @NonNull private final UnlockedScreenOffAnimationController 582 @NonNull UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in UdfpsController()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardStatusViewControllerTest.java | 28 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 63 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeScreenBrightness.java | 44 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 102 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; 116 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in DozeScreenBrightness()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | UnlockedScreenOffAnimationControllerTest.kt | 54 private lateinit var controller: UnlockedScreenOffAnimationController 82 controller = UnlockedScreenOffAnimationController(
|
H A D | NotificationIconAreaControllerTest.java | 71 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
H A D | DozeParametersTest.java | 67 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
H A D | NotificationShadeWindowControllerImplTest.java | 76 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 49 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 99 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in newKeyguardViewMediator()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediatorTest.java | 57 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 104 private @Mock UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationWakeUpCoordinator.kt | 30 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController 43 private val unlockedScreenOffAnimationController: UnlockedScreenOffAnimationController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DozeParameters.java | 77 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; 110 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in DozeParameters()
|
H A D | UnlockedScreenOffAnimationController.kt | 47 class UnlockedScreenOffAnimationController @Inject constructor( regex
|
H A D | NotificationIconAreaController.java | 76 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; 126 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in NotificationIconAreaController()
|
H A D | NotificationShadeWindowControllerImpl.java | 108 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; 121 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in NotificationShadeWindowControllerImpl()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchController.java | 51 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 131 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardQsUserSwitchController()
|
H A D | KeyguardUserSwitcherController.java | 54 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 164 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in KeyguardUserSwitcherController()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutTest.java | 69 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 106 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController; 131 UnlockedScreenOffAnimationController.class, mUnlockedScreenOffAnimationController); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewControllerTest.java | 46 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 94 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
H A D | UdfpsControllerTest.java | 69 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 157 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarPhoneModule.java | 102 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 240 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in provideStatusBar()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
H A D | DozeScreenBrightnessTest.java | 54 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 98 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 108 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController; 369 @Inject Lazy<UnlockedScreenOffAnimationController> mUnlockedScreenOffAnimationControllerLazy; 588 mProviders.put(UnlockedScreenOffAnimationController.class, in start()
|