Searched refs:normalizedBrightness2 (Results 1 – 1 of 1) sorted by relevance
191 float normalizedBrightness2 = 0.0f; in testNoHysteresisAtMinBrightness() local197 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMinBrightness()201 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMinBrightness()235 float normalizedBrightness2 = 1.0f; in testNoHysteresisAtMaxBrightness() local241 .thenReturn(normalizedBrightness2); in testNoHysteresisAtMaxBrightness()245 assertEquals(normalizedBrightness2, mController.getAutomaticScreenBrightness(), EPSILON); in testNoHysteresisAtMaxBrightness()