Home
last modified time | relevance | path

Searched refs:luxTimestamps (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DBrightnessChangeEvent.java59 public final long[] luxTimestamps; field in BrightnessChangeEvent
128 int userId, String uniqueDisplayId, float[] luxValues, long[] luxTimestamps, in BrightnessChangeEvent() argument
139 this.luxTimestamps = luxTimestamps; in BrightnessChangeEvent()
162 this.luxTimestamps = other.luxTimestamps; in BrightnessChangeEvent()
184 luxTimestamps = source.createLongArray(); in BrightnessChangeEvent()
222 dest.writeLongArray(luxTimestamps); in writeToParcel()
246 + ", luxTimestamps: " + Arrays.toString(luxTimestamps) in toString()
321 public Builder setLuxTimestamps(long[] luxTimestamps) { in setLuxTimestamps() argument
322 mLuxTimestamps = luxTimestamps; in setLuxTimestamps()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java326 long[] luxTimestamps) { in notifyBrightnessChanged() argument
349 float[] luxValues, long[] luxTimestamps) { in handleBrightnessChanged() argument
379 long[] luxTimestampsMillis = new long[luxTimestamps.length]; in handleBrightnessChanged()
384 for (int i = 0; i < luxTimestamps.length; i++) { in handleBrightnessChanged()
386 elapsedTimeNanos) - luxTimestamps[i]); in handleBrightnessChanged()
639 StringBuilder luxTimestamps = new StringBuilder(); in writeEventsLocked() local
643 luxTimestamps.append(','); in writeEventsLocked()
646 luxTimestamps.append(Long.toString(toWrite[i].luxTimestamps[j])); in writeEventsLocked()
736 builder.setLuxTimestamps(luxTimestamps); in readEventsLocked()
1035 public final long[] luxTimestamps; field in BrightnessTracker.BrightnessChangeValues
[all …]
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessTrackerTest.java315 event.luxTimestamps[0]); in testBrightnessEvent()
362 eventOne.luxTimestamps[0]); in testMultipleBrightnessEvents()
367 eventTwo.luxTimestamps[0]); in testMultipleBrightnessEvents()
372 eventThree.luxTimestamps[0]); in testMultipleBrightnessEvents()
377 eventFour.luxTimestamps[0]); in testMultipleBrightnessEvents()
686 long[] luxTimestamps = new long[2]; in testParcelUnParcel() local
687 luxTimestamps[0] = 325L; in testParcelUnParcel()
688 luxTimestamps[1] = 315L; in testParcelUnParcel()
716 assertArrayEquals(event.luxTimestamps, event2.luxTimestamps); in testParcelUnParcel()
972 long[] luxTimestamps) { in notifyBrightnessChanged() argument
[all …]
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt4435 field public final long[] luxTimestamps;