Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java830 return weightIntegral(endDelta) - weightIntegral(startDelta); in calculateWeight()
835 private float weightIntegral(long x) { in weightIntegral() method in AutomaticBrightnessController