Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DAutomaticBrightnessControllerTest.java231 float normalizedBrightness2 = 0.0f; in testNoHysteresisAtMinBrightness() local
237 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMinBrightness()
241 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMinBrightness()
275 float normalizedBrightness2 = 1.0f; in testNoHysteresisAtMaxBrightness() local
281 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMaxBrightness()
285 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMaxBrightness()