Searched refs:getLux (Results 1 – 7 of 7) sorted by relevance
95 mLux = that.getLux(); in copyFrom()266 public float getLux() { in getLux() method in BrightnessEvent
797 mAmbientLightRingBuffer.getLux(endIndex) + ")"); in calculateAmbientLux()811 float lux = mAmbientLightRingBuffer.getLux(i); in calculateAmbientLux()843 if (mAmbientLightRingBuffer.getLux(i) <= mAmbientBrighteningThreshold) { in nextAmbientLightBrighteningTransition()856 if (mAmbientLightRingBuffer.getLux(i) >= mAmbientDarkeningThreshold) { in nextAmbientLightDarkeningTransition()1452 public float getLux(int index) { in getLux() method in AutomaticBrightnessController.AmbientLightRingBuffer1571 buf.append(getLux(i)); in toString()
2258 .get(i).getLux().floatValue(); in loadLowerBrightnessThresholds()2309 .get(i).getLux().floatValue(); in loadHigherBrightnessThresholds()2813 int newLux = point.getLux().intValue(); in validateIdleScreenRefreshRateTimeoutConfig()
2906 event.getLux(), in logBrightnessEvent()
115 method public final java.math.BigInteger getLux();269 method public final java.math.BigInteger getLux();
2626 int newLux = point.getLux().intValue(); in updateIdleScreenRefreshRate()
10900 PLcom/android/server/display/brightness/BrightnessEvent;->getLux()F