Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/
DBrightnessEvent.java55 private float mPreThresholdLux; field in BrightnessEvent
96 mPreThresholdLux = that.getPreThresholdLux(); in copyFrom()
128 mPreThresholdLux = 0; in reset()
166 && Float.floatToRawIntBits(mPreThresholdLux) in equalsMainData()
167 == Float.floatToRawIntBits(that.mPreThresholdLux) in equalsMainData()
207 + ", preLux=" + mPreThresholdLux in toString()
275 return mPreThresholdLux; in getPreThresholdLux()
279 this.mPreThresholdLux = preThresholdLux; in setPreThresholdLux()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java194 private float mPreThresholdLux; field in AutomaticBrightnessController
412 brightnessEvent.setPreThresholdLux(mPreThresholdLux); in getAutomaticScreenBrightness()
613 pw.println(" mPreThresholdLux=" + mPreThresholdLux); in dump()
693 mPreThresholdLux = PowerManager.BRIGHTNESS_INVALID_FLOAT; in setLightSensorEnabled()
916 mPreThresholdLux = mAmbientLux; in updateAmbientLux()