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.java336 float currBrightness = brightness[i]; in smoothCurve() local
339 currBrightness, prevBrightness, maxBrightness); in smoothCurve()
340 if (newBrightness == currBrightness) { in smoothCurve()
352 float currBrightness = brightness[i]; in smoothCurve() local
355 currBrightness, minBrightness, prevBrightness); in smoothCurve()
356 if (newBrightness == currBrightness) { in smoothCurve()