Home
last modified time | relevance | path

Searched refs:colorValueBuckets (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DBrightnessChangeEvent.java94 public final long[] colorValueBuckets; field in BrightnessChangeEvent
111 long[] colorValueBuckets, long colorSampleDuration) { in BrightnessChangeEvent() argument
125 this.colorValueBuckets = colorValueBuckets; in BrightnessChangeEvent()
144 this.colorValueBuckets = other.colorValueBuckets; in BrightnessChangeEvent()
162 colorValueBuckets = source.createLongArray(); in BrightnessChangeEvent()
196 dest.writeLongArray(colorValueBuckets); in writeToParcel()
298 public Builder setColorValues(@NonNull long[] colorValueBuckets, long colorSampleDuration) { in setColorValues() argument
299 Objects.requireNonNull(colorValueBuckets); in setColorValues()
300 mColorValueBuckets = colorValueBuckets; in setColorValues()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessTrackerTest.java340 assertArrayEquals(new long[] {1, 10, 100, 1000, 300, 30, 10, 1}, event.colorValueBuckets); in testBrightnessFullPopulatedEvent()
482 assertNull(event.colorValueBuckets); in testReadEvents()
502 assertArrayEquals(new long[] {123L, 598L, 23L, 19L}, event.colorValueBuckets); in testReadEvents()
598 assertArrayEquals(new long[] {1, 10, 100, 1000, 300, 30, 10, 1}, event.colorValueBuckets); in testWriteThenRead()
688 assertArrayEquals(event.colorValueBuckets, event2.colorValueBuckets); in testParcelUnParcel()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java584 if (toWrite[i].colorValueBuckets != null in writeEventsLocked()
585 && toWrite[i].colorValueBuckets.length > 0) { in writeEventsLocked()
589 for (int j = 0; j < toWrite[i].colorValueBuckets.length; ++j) { in writeEventsLocked()
593 buckets.append(Long.toString(toWrite[i].colorValueBuckets[j])); in writeEventsLocked()
/frameworks/base/api/
Dtest-current.txt1243 field @Nullable public final long[] colorValueBuckets;
Dsystem-current.txt2431 field @Nullable public final long[] colorValueBuckets;
/frameworks/base/non-updatable-api/
Dsystem-current.txt2379 field @Nullable public final long[] colorValueBuckets;