Home
last modified time | relevance | path

Searched defs:currLux (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessMappingStrategy.java400 float currLux = lux[i]; in smoothCurve() local
418 float currLux = lux[i]; in smoothCurve() local
435 private float permissibleRatio(float currLux, float prevLux) { in permissibleRatio()