Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java480 float currBrightness = brightness[i]; in smoothCurve() local
485 currBrightness, prevBrightness, maxBrightness); in smoothCurve()
486 if (newBrightness == currBrightness) { in smoothCurve()
498 float currBrightness = brightness[i]; in smoothCurve() local
501 currBrightness, minBrightness, prevBrightness); in smoothCurve()
502 if (newBrightness == currBrightness) { in smoothCurve()