Searched refs:colorValueBuckets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/hardware/display/ |
D | BrightnessChangeEvent.java | 94 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/ |
D | BrightnessTrackerTest.java | 340 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/ |
D | BrightnessTracker.java | 584 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/ |
D | test-current.txt | 1243 field @Nullable public final long[] colorValueBuckets;
|
D | system-current.txt | 2431 field @Nullable public final long[] colorValueBuckets;
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 2379 field @Nullable public final long[] colorValueBuckets;
|