Searched refs:DOZE_SCALE_FACTOR (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
D | AutomaticBrightnessControllerTest.java | 81 private static final float DOZE_SCALE_FACTOR = 0.54f; field in AutomaticBrightnessControllerTest 170 BRIGHTNESS_MAX_FLOAT, DOZE_SCALE_FACTOR, LIGHT_SENSOR_RATE, in setupController() 1109 assertEquals(normalizedBrightness * DOZE_SCALE_FACTOR,
|
D | DisplayPowerControllerTest.java | 119 private static final float DOZE_SCALE_FACTOR = 0.34f; field in DisplayPowerControllerTest 202 DOZE_SCALE_FACTOR); in setUp() 1891 verify(mHolder.animator).animateTo(eq(brightness * DOZE_SCALE_FACTOR), in testDozeManualBrightness() 1894 assertEquals(brightness * DOZE_SCALE_FACTOR, mHolder.dpc.getDozeBrightnessForOffload(), in testDozeManualBrightness() 1926 verify(mHolder.animator).animateTo(eq(brightness * DOZE_SCALE_FACTOR), in testDozeManualBrightness_AbcIsNull() 1929 assertEquals(brightness * DOZE_SCALE_FACTOR, mHolder.dpc.getDozeBrightnessForOffload(), in testDozeManualBrightness_AbcIsNull()
|