HomeSort by relevance Sort by last modified time
    Searched defs:mAmbientLux (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 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)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 61 milliseconds