Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java596 mAmbientLightRingBuffer.getLux(endIndex) + ")"); in calculateAmbientLux()
610 float lux = mAmbientLightRingBuffer.getLux(i); in calculateAmbientLux()
642 if (mAmbientLightRingBuffer.getLux(i) <= mAmbientBrighteningThreshold) { in nextAmbientLightBrighteningTransition()
654 if (mAmbientLightRingBuffer.getLux(i) >= mAmbientDarkeningThreshold) { in nextAmbientLightDarkeningTransition()
1006 public float getLux(int index) { in getLux() method in AutomaticBrightnessController.AmbientLightRingBuffer
1092 buf.append(getLux(i)); in toString()
/aosp12/frameworks/base/services/
H A Dart-profile17425 HPLcom/android/server/display/AutomaticBrightnessController$AmbientLightRingBuffer;->getLux(I)F