Searched refs:logCurve (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/display/utils/ |
D | Plog.java | 80 public Plog logCurve(String name, float[] xs, float[] ys) { in logCurve() method in Plog
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessMappingStrategy.java | 473 PLOG.logCurve("unsmoothed curve", lux, brightness); in smoothCurve() 510 PLOG.logCurve("smoothed curve", lux, brightness); in smoothCurve() 554 PLOG.logCurve("unadjusted curve", newLux, newBrightness); in getAdjustedCurve() 568 PLOG.logCurve("gamma adjusted curve", newLux, newBrightness); in getAdjustedCurve() 576 PLOG.logCurve("gamma and user adjusted curve", newLux, newBrightness); in getAdjustedCurve() 579 PLOG.logCurve("user adjusted curve", curve.first ,curve.second); in getAdjustedCurve()
|