Searched refs:mAmbientBrighteningThreshold (Results 1 – 1 of 1) sorted by relevance
200 private float mAmbientBrighteningThreshold; field in AutomaticBrightnessController615 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()