Searched refs:colorValueBuckets (Results 1 – 6 of 6) sorted by relevance
93 public final long[] colorValueBuckets; field in BrightnessChangeEvent109 long[] colorValueBuckets, long colorSampleDuration) { in BrightnessChangeEvent() argument123 this.colorValueBuckets = colorValueBuckets; in BrightnessChangeEvent()142 this.colorValueBuckets = other.colorValueBuckets; in BrightnessChangeEvent()160 colorValueBuckets = source.createLongArray(); in BrightnessChangeEvent()194 dest.writeLongArray(colorValueBuckets); in writeToParcel()296 public Builder setColorValues(@NonNull long[] colorValueBuckets, long colorSampleDuration) { in setColorValues() argument297 Objects.requireNonNull(colorValueBuckets); in setColorValues()298 mColorValueBuckets = colorValueBuckets; in setColorValues()
313 event.colorValueBuckets); in testBrightnessFullPopulatedEvent()456 assertNull(event.colorValueBuckets); in testReadEvents()476 assertArrayEquals(new long[] {123L, 598L, 23L, 19L}, event.colorValueBuckets); in testReadEvents()574 event.colorValueBuckets); in testWriteThenRead()665 assertArrayEquals(event.colorValueBuckets, event2.colorValueBuckets); in testParcelUnParcel()
575 if (toWrite[i].colorValueBuckets != null in writeEventsLocked()576 && toWrite[i].colorValueBuckets.length > 0) { in writeEventsLocked()580 for (int j = 0; j < toWrite[i].colorValueBuckets.length; ++j) { in writeEventsLocked()584 buckets.append(Long.toString(toWrite[i].colorValueBuckets[j])); in writeEventsLocked()
940 field @Nullable public final long[] colorValueBuckets;
2113 field @Nullable public final long[] colorValueBuckets;