Searched refs:getLux (Results 1 – 2 of 2) sorted by relevance
596 mAmbientLightRingBuffer.getLux(endIndex) + ")"); in calculateAmbientLux()610 float lux = mAmbientLightRingBuffer.getLux(i); in calculateAmbientLux()642 if (mAmbientLightRingBuffer.getLux(i) <= mAmbientBrighteningThreshold) { in nextAmbientLightBrighteningTransition()654 if (mAmbientLightRingBuffer.getLux(i) >= mAmbientDarkeningThreshold) { in nextAmbientLightDarkeningTransition()1006 public float getLux(int index) { in getLux() method in AutomaticBrightnessController.AmbientLightRingBuffer1092 buf.append(getLux(i)); in toString()
17425 HPLcom/android/server/display/AutomaticBrightnessController$AmbientLightRingBuffer;->getLux(I)F