HomeSort by relevance Sort by last modified time
    Searched full:mweightingintercept (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 127 private final int mWeightingIntercept;
214 mWeightingIntercept = AMBIENT_LIGHT_LONG_HORIZON_MILLIS;
357 pw.println(" mWeightingIntercept=" + mWeightingIntercept);
544 // Evaluates the integral of y = x + mWeightingIntercept. This is always positive for the
547 return x * (x * 0.5f + mWeightingIntercept);
    [all...]

Completed in 149 milliseconds