/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/dagger/ |
H A D | DozeModule.java | 61 DozeHost dozeHost, DozeParameters dozeParameters) { in providesWrappedService() argument 65 wrappedService, dozeParameters); in providesWrappedService() 67 wrappedService, dozeParameters); in providesWrappedService() 103 DozeParameters dozeParameters) { in providesBrightnessSensors() argument 104 String[] sensorNames = dozeParameters.brightnessNames(); in providesBrightnessSensors()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | UnlockedScreenOffAnimationControllerTest.kt | 58 private lateinit var dozeParameters: DozeParameters 88 dagger.Lazy<DozeParameters> { dozeParameters }, 133 `when`(dozeParameters.shouldControlUnlockedScreenOff()).thenReturn(true) 156 `when`(dozeParameters.shouldControlUnlockedScreenOff()).thenReturn(true)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationWakeUpCoordinator.kt | 42 private val dozeParameters: DozeParameters, 267 if (dozeParameters.shouldControlUnlockedScreenOff()) { 416 dozeParameters.alwaysOn && !dozeParameters.displayNeedsBlanking
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/ |
H A D | DozeMachineTest.java | 452 DozeParameters dozeParameters = mock(DozeParameters.class); in testDozePulsing_displayRequiresBlanking_screenState() local 453 when(dozeParameters.getDisplayNeedsBlanking()).thenReturn(true); in testDozePulsing_displayRequiresBlanking_screenState() 455 assertEquals(Display.STATE_OFF, DOZE_REQUEST_PULSE.screenState(dozeParameters)); in testDozePulsing_displayRequiresBlanking_screenState() 460 DozeParameters dozeParameters = mock(DozeParameters.class); in testDozePulsing_displayDoesNotRequireBlanking_screenState() local 461 when(dozeParameters.getDisplayNeedsBlanking()).thenReturn(false); in testDozePulsing_displayDoesNotRequireBlanking_screenState() 463 assertEquals(Display.STATE_ON, DOZE_REQUEST_PULSE.screenState(dozeParameters)); in testDozePulsing_displayDoesNotRequireBlanking_screenState()
|
H A D | DozeTriggersTest.java | 110 DozeParameters dozeParameters) throws Exception { in setupDozeTriggers() argument 121 mTriggers = new DozeTriggers(mContext, mHost, config, dozeParameters, in setupDozeTriggers()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | UnlockedScreenOffAnimationController.kt | 53 private val dozeParameters: dagger.Lazy<DozeParameters>, 190 if (dozeParameters.get().canControlUnlockedScreenOff()) { 203 if (dozeParameters.get().shouldControlUnlockedScreenOff()) {
|
H A D | ScrimState.java | 295 public void init(ScrimView scrimInFront, ScrimView scrimBehind, DozeParameters dozeParameters, in init() argument 300 mDozeParameters = dozeParameters; in init() 302 mDisplayRequiresBlanking = dozeParameters.getDisplayNeedsBlanking(); in init()
|
H A D | DozeScrimController.java | 95 DozeParameters dozeParameters, in DozeScrimController() argument 99 mDozeParameters = dozeParameters; in DozeScrimController()
|
H A D | NotificationShadeWindowViewController.java | 133 DozeParameters dozeParameters, in NotificationShadeWindowViewController() argument 158 mDozeParameters = dozeParameters; in NotificationShadeWindowViewController()
|
H A D | BiometricUnlockController.java | 265 KeyguardBypassController keyguardBypassController, DozeParameters dozeParameters, in BiometricUnlockController() argument 277 mDozeParameters = dozeParameters; in BiometricUnlockController()
|
H A D | NotificationIconAreaController.java | 121 DozeParameters dozeParameters, in NotificationIconAreaController() argument 132 mDozeParameters = dozeParameters; in NotificationIconAreaController()
|
H A D | NotificationShadeWindowControllerImpl.java | 113 IActivityManager activityManager, DozeParameters dozeParameters, in NotificationShadeWindowControllerImpl() argument 126 mDozeParameters = dozeParameters; in NotificationShadeWindowControllerImpl()
|
H A D | ScrimController.java | 232 public ScrimController(LightBarController lightBarController, DozeParameters dozeParameters, in ScrimController() argument 254 mDozeParameters = dozeParameters; in ScrimController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardStatusViewController.java | 68 DozeParameters dozeParameters, in KeyguardStatusViewController() argument 77 mDozeParameters = dozeParameters; in KeyguardStatusViewController() 80 dozeParameters, unlockedScreenOffAnimationController, /* animateYPos= */ true); in KeyguardStatusViewController()
|
H A D | KeyguardVisibilityHelper.java | 51 DozeParameters dozeParameters, in KeyguardVisibilityHelper() argument 56 mDozeParameters = dozeParameters; in KeyguardVisibilityHelper()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeSensors.java | 149 DozeParameters dozeParameters, in DozeSensors() argument 170 mSelectivelyRegisterProxSensors = dozeParameters.getSelectivelyRegisterSensorsUsingProx(); in DozeSensors() 185 dozeParameters.getPulseOnSigMotion(), in DozeSensors() 202 dozeParameters.doubleTapReportsTouchCoordinates(), in DozeSensors() 213 dozeParameters.singleTapUsesProx(mDevicePosture) /* requiresProx */, in DozeSensors() 224 dozeParameters.longPressUsesProx() /* requiresProx */), in DozeSensors() 234 dozeParameters.longPressUsesProx()), in DozeSensors()
|
H A D | DozeScreenBrightness.java | 113 DozeParameters dozeParameters, in DozeScreenBrightness() argument 124 mDozeParameters = dozeParameters; in DozeScreenBrightness()
|
H A D | DozeTriggers.java | 181 DozeParameters dozeParameters, AsyncSensorManager sensorManager, in DozeTriggers() argument 194 mDozeParameters = dozeParameters; in DozeTriggers() 200 mDozeSensors = new DozeSensors(context, mSensorManager, dozeParameters, in DozeTriggers()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/dagger/ |
H A D | KeyguardModule.java | 94 DozeParameters dozeParameters, in newKeyguardViewMediator() argument 117 dozeParameters, in newKeyguardViewMediator()
|
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | OverlayPlugin.java | 36 DozeParameters dozeParameters) { in setup() argument
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardQsUserSwitchController.java | 129 DozeParameters dozeParameters, in KeyguardQsUserSwitchController() argument 145 keyguardStateController, dozeParameters, in KeyguardQsUserSwitchController()
|
H A D | KeyguardUserSwitcherController.java | 163 DozeParameters dozeParameters, in KeyguardUserSwitcherController() argument 176 keyguardStateController, dozeParameters, in KeyguardUserSwitcherController()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthControllerTest.kt | 75 @Mock private lateinit var dozeParameters: DozeParameters 103 notificationShadeWindowController, dozeParameters, dumpManager)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeDepthController.kt | 64 private val dozeParameters: DozeParameters, 242 duration = dozeParameters.wallpaperFadeOutDuration
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/ |
H A D | StatusBarPhoneModule.java | 192 DozeParameters dozeParameters, in provideStatusBar() 294 dozeParameters, in provideStatusBar()
|