Searched refs:mPreThresholdLux (Results 1 – 2 of 2) sorted by relevance
55 private float mPreThresholdLux; field in BrightnessEvent96 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()
194 private float mPreThresholdLux; field in AutomaticBrightnessController412 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()