Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java329 PLOG.logCurve("unsmoothed curve", lux, brightness); in smoothCurve()
364 PLOG.logCurve("smoothed curve", lux, brightness); in smoothCurve()
409 PLOG.logCurve("unadjusted curve", newLux, newBrightness); in getAdjustedCurve()
423 PLOG.logCurve("gamma adjusted curve", newLux, newBrightness); in getAdjustedCurve()
431 PLOG.logCurve("gamma and user adjusted curve", newLux, newBrightness); in getAdjustedCurve()
434 PLOG.logCurve("user adjusted curve", curve.first ,curve.second); in getAdjustedCurve()
/frameworks/base/services/core/java/com/android/server/display/utils/
DPlog.java80 public Plog logCurve(String name, float[] xs, float[] ys) { in logCurve() method in Plog