Searched refs:BRIGHTNESS (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/ |
D | PowerGroupTest.java | 79 private static final float BRIGHTNESS = 0.99f; field in PowerGroupTest 259 mPowerGroup.updateLocked(/* screenBrightnessOverride= */ BRIGHTNESS, in testUpdateWhileAwake_UpdatesDisplayPowerRequest() 276 assertThat(displayPowerRequest.screenBrightnessOverride).isWithin(PRECISION).of(BRIGHTNESS); in testUpdateWhileAwake_UpdatesDisplayPowerRequest() 299 mPowerGroup.updateLocked(/* screenBrightnessOverride= */ BRIGHTNESS, in testUpdateWhileDozing_UpdatesDisplayPowerRequest() 316 assertThat(displayPowerRequest.screenBrightnessOverride).isWithin(PRECISION).of(BRIGHTNESS); in testUpdateWhileDozing_UpdatesDisplayPowerRequest() 338 mPowerGroup.updateLocked(/* screenBrightnessOverride= */ BRIGHTNESS, in testUpdateWhileDozing_DozeAfterScreenOff() 355 assertThat(displayPowerRequest.screenBrightnessOverride).isWithin(PRECISION).of(BRIGHTNESS); in testUpdateWhileDozing_DozeAfterScreenOff() 376 mPowerGroup.updateLocked(/* screenBrightnessOverride= */ BRIGHTNESS, in testUpdateQuiescent() 393 assertThat(displayPowerRequest.screenBrightnessOverride).isWithin(PRECISION).of(BRIGHTNESS); in testUpdateQuiescent() 414 mPowerGroup.updateLocked(/* screenBrightnessOverride= */ BRIGHTNESS, in testUpdateWhileAsleep_UpdatesDisplayPowerRequest() [all …]
|
/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.h | 88 capabilityFlags |= InputDeviceLightCapability::BRIGHTNESS; in MonoLight() 105 capabilityFlags |= InputDeviceLightCapability::BRIGHTNESS; in RgbLight() 123 capabilityFlags |= InputDeviceLightCapability::BRIGHTNESS; in MultiColorLight()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AutoTileManager.java | 73 public static final String BRIGHTNESS = "reduce_brightness"; field in AutoTileManager 176 if (!mAutoTracker.isAdded(BRIGHTNESS) && mIsReduceBrightColorsAvailable) { in startControllersAndSettingsListeners() 418 if (mAutoTracker.isAdded(BRIGHTNESS)) return; 419 mHost.addTile(BRIGHTNESS); 420 mAutoTracker.setTileAdded(BRIGHTNESS);
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 686 .flags = InputLightClass::BRIGHTNESS, in TEST_F() 1401 .flags = InputLightClass::BRIGHTNESS, in TEST_F() 10277 .flags = InputLightClass::BRIGHTNESS, in TEST_F() 10287 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::BRIGHTNESS)); in TEST_F() 10297 .flags = InputLightClass::BRIGHTNESS | in TEST_F() 10319 .flags = InputLightClass::BRIGHTNESS | in TEST_F() 10330 ASSERT_TRUE(lights[0].capabilityFlags.test(InputDeviceLightCapability::BRIGHTNESS)); in TEST_F() 10340 .flags = InputLightClass::BRIGHTNESS, in TEST_F() 10362 .flags = InputLightClass::BRIGHTNESS | in TEST_F() 10383 .flags = InputLightClass::BRIGHTNESS | in TEST_F() [all …]
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | Hal.h | 140 case aidl::android::hardware::graphics::composer3::DisplayCapability::BRIGHTNESS: in to_string()
|
/frameworks/native/include/input/ |
D | InputDevice.h | 140 BRIGHTNESS = 0x00000001, enumerator
|
/frameworks/native/services/inputflinger/reader/ |
D | EventHub.cpp | 122 {"brightness", InputLightClass::BRIGHTNESS}, 132 {{InputLightClass::BRIGHTNESS, "brightness"}, 1350 if (!base::ReadFileToString(it->second.path / LIGHT_NODES.at(InputLightClass::BRIGHTNESS), in getLightBrightness() 1409 LIGHT_NODES.at(InputLightClass::BRIGHTNESS))) { in setLightBrightness()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | EventHub.h | 166 BRIGHTNESS = 0x00000001, enumerator
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 2322 if (lightInfo.capabilityFlags.test(InputDeviceLightCapability::BRIGHTNESS)) { in nativeGetLights()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 2953 SystemSettingsProto.Screen.BRIGHTNESS); in dumpProtoSystemSettingsLocked()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2012 *outSupport = getHwComposer().hasDisplayCapability(*displayId, DisplayCapability::BRIGHTNESS); in getDisplayBrightnessSupport()
|