Home
last modified time | relevance | path

Searched defs:luxValues (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DBrightnessChangeEvent.java56 public final float[] luxValues; field in BrightnessChangeEvent
128 int userId, String uniqueDisplayId, float[] luxValues, long[] luxTimestamps, in BrightnessChangeEvent()
315 public Builder setLuxValues(float[] luxValues) { in setLuxValues()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java338 boolean isDefaultBrightnessConfig, String uniqueDisplayId, float[] luxValues, in notifyBrightnessChanged()
362 float[] luxValues, long[] luxTimestamps) { in handleBrightnessChanged()
657 StringBuilder luxValues = new StringBuilder(); in writeEventsLocked() local
748 float[] luxValues = new float[luxValuesStrings.length]; in readEventsLocked() local
1086 public final float[] luxValues; field in BrightnessTracker.BrightnessChangeValues
1091 long timestamp, String uniqueDisplayId, float[] luxValues, long[] luxTimestamps) { in BrightnessChangeValues()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessTrackerTest.java360 final float[] luxValues = new float[]{1.0f}; in testMultipleBrightnessEvents() local
710 float[] luxValues = new float[2]; in testParcelUnParcel() local
987 String displayId, float[] luxValues, long[] luxTimestamps) { in notifyBrightnessChanged()
1004 boolean isDefaultBrightnessConfig, String displayId, float[] luxValues, in notifyBrightnessChanged()