Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java200 private float mAmbientBrighteningThreshold; field in AutomaticBrightnessController
615 pw.println(" mAmbientBrighteningThreshold=" + mAmbientBrighteningThreshold); in dump()
758 mAmbientBrighteningThreshold = in setAmbientLux()
763 mAmbientBrighteningThreshold = in setAmbientLux()
843 if (mAmbientLightRingBuffer.getLux(i) <= mAmbientBrighteningThreshold) { in nextAmbientLightBrighteningTransition()
910 if ((mSlowAmbientLux >= mAmbientBrighteningThreshold in updateAmbientLux()
911 && mFastAmbientLux >= mAmbientBrighteningThreshold in updateAmbientLux()
921 + "mAmbientBrighteningThreshold=" + mAmbientBrighteningThreshold + ", " in updateAmbientLux()