Home
last modified time | relevance | path

Searched refs:UnlockedScreenOffAnimationController (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java31 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
43 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
52 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardVisibilityHelper()
H A DKeyguardStatusViewController.java30 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
71 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in KeyguardStatusViewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewController.java35 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 DUdfpsController.java74 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 DKeyguardStatusViewControllerTest.java28 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
63 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeScreenBrightness.java44 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 DUnlockedScreenOffAnimationControllerTest.kt54 private lateinit var controller: UnlockedScreenOffAnimationController
82 controller = UnlockedScreenOffAnimationController(
H A DNotificationIconAreaControllerTest.java71 UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
H A DDozeParametersTest.java67 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
H A DNotificationShadeWindowControllerImplTest.java76 @Mock private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/
H A DKeyguardModule.java49 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 DKeyguardViewMediatorTest.java57 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 DNotificationWakeUpCoordinator.kt30 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 DDozeParameters.java77 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
110 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in DozeParameters()
H A DUnlockedScreenOffAnimationController.kt47 class UnlockedScreenOffAnimationController @Inject constructor( regex
H A DNotificationIconAreaController.java76 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
126 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController) { in NotificationIconAreaController()
H A DNotificationShadeWindowControllerImpl.java108 private final UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
121 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in NotificationShadeWindowControllerImpl()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java51 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
131 UnlockedScreenOffAnimationController unlockedScreenOffAnimationController, in KeyguardQsUserSwitchController()
H A DKeyguardUserSwitcherController.java54 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 DNotificationStackScrollLayoutTest.java69 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 DUdfpsKeyguardViewControllerTest.java46 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
94 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
H A DUdfpsControllerTest.java69 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 DStatusBarPhoneModule.java102 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 DDozeScreenBrightnessTest.java54 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
98 private UnlockedScreenOffAnimationController mUnlockedScreenOffAnimationController;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java108 import com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController;
369 @Inject Lazy<UnlockedScreenOffAnimationController> mUnlockedScreenOffAnimationControllerLazy;
588 mProviders.put(UnlockedScreenOffAnimationController.class, in start()

12