Searched refs:reduceBrightColors (Results 1 – 5 of 5) sorted by relevance
74 public final boolean reduceBrightColors; field in BrightnessChangeEvent130 int colorTemperature, boolean reduceBrightColors, int reduceBrightColorsStrength, in BrightnessChangeEvent() argument144 this.reduceBrightColors = reduceBrightColors; in BrightnessChangeEvent()167 this.reduceBrightColors = other.reduceBrightColors; in BrightnessChangeEvent()189 reduceBrightColors = source.readBoolean(); in BrightnessChangeEvent()227 dest.writeBoolean(reduceBrightColors); in writeToParcel()251 + ", reduceBrightColors: " + reduceBrightColors in toString()351 public Builder setReduceBrightColors(boolean reduceBrightColors) { in setReduceBrightColors() argument352 mReduceBrightColors = reduceBrightColors; in setReduceBrightColors()
250 final ToggleAllowListingFeatureTarget reduceBrightColors = in getAllowListingFeatureTargets() local260 targets.add(reduceBrightColors); in getAllowListingFeatureTargets()
414 assertTrue(event.reduceBrightColors); in testBrightnessFullPopulatedEvent()536 assertFalse(event.reduceBrightColors); in testReadEvents()556 assertTrue(event.reduceBrightColors); in testReadEvents()663 assertTrue(event.reduceBrightColors); in testWriteThenRead()720 assertEquals(event.reduceBrightColors, event2.reduceBrightColors); in testParcelUnParcel()
628 toWrite[i].reduceBrightColors); in writeEventsLocked()
5082 field public final boolean reduceBrightColors;