Home | History | Annotate | Download | only in display

Lines Matching defs:mAmbientLux

144     private float mAmbientLux;
146 // True if mAmbientLux holds a valid value.
314 mBrightnessMapper.addUserDataPoint(mAmbientLux, brightness);
316 mShortTermModelAnchor = mAmbientLux;
365 pw.println(" mAmbientLux=" + mAmbientLux);
461 mAmbientLux = lux;
471 if (minAmbientLux < mAmbientLux && mAmbientLux < maxAmbientLux) {
474 minAmbientLux + " < " + mAmbientLux + " < " + maxAmbientLux);
478 Slog.d(TAG, "ShortTermModel: reset data, ambient lux is " + mAmbientLux +
601 "mAmbientLux=" + mAmbientLux);
629 ((fastAmbientLux > mAmbientLux) ? "Brightened" : "Darkened") + ": " +
632 "mAmbientLux=" + mAmbientLux);
659 float value = mBrightnessMapper.getBrightness(mAmbientLux);
685 mBrightnessAdjustmentSampleOldLux = mAmbientLuxValid ? mAmbientLux : -1;
708 "lux=" + mAmbientLux + ", " +
716 mAmbientLux,