Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java163 private final int mWeightingIntercept; field in AutomaticBrightnessController
346 mWeightingIntercept = ambientLightHorizonLong; in AutomaticBrightnessController()
603 pw.println(" mWeightingIntercept=" + mWeightingIntercept); in dump()
836 return x * (x * 0.5f + mWeightingIntercept); in weightIntegral()