Home
last modified time | relevance | path

Searched refs:normalizedBrightness2 (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DAutomaticBrightnessControllerTest.java191 float normalizedBrightness2 = 0.0f; in testNoHysteresisAtMinBrightness() local
197 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMinBrightness()
201 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMinBrightness()
235 float normalizedBrightness2 = 1.0f; in testNoHysteresisAtMaxBrightness() local
241 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMaxBrightness()
245 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMaxBrightness()