Searched refs:normalizedBrightness2 (Results 1 – 1 of 1) sorted by relevance
231 float normalizedBrightness2 = 0.0f; in testNoHysteresisAtMinBrightness() local237 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMinBrightness()241 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMinBrightness()275 float normalizedBrightness2 = 1.0f; in testNoHysteresisAtMaxBrightness() local281 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMaxBrightness()285 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMaxBrightness()