Home
last modified time | relevance | path

Searched defs:newBrightness (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java338 float newBrightness = MathUtils.constrain( in smoothCurve() local
354 float newBrightness = MathUtils.constrain( in smoothCurve() local
407 float[] newBrightness = Arrays.copyOf(brightness, brightness.length); in getAdjustedCurve() local