Searched refs:lowAmbientBrightnessThresholds (Results 1 – 1 of 1) sorted by relevance
1582 int[] lowAmbientBrightnessThresholds = in observe() local1585 if (lowDisplayBrightnessThresholds != null && lowAmbientBrightnessThresholds != null in observe()1587 == lowAmbientBrightnessThresholds.length) { in observe()1589 mLowAmbientBrightnessThresholds = lowAmbientBrightnessThresholds; in observe()2601 int[] lowAmbientBrightnessThresholds = getLowAmbientBrightnessThresholds(); in onPropertiesChanged() local2605 new Pair<>(lowDisplayBrightnessThresholds, lowAmbientBrightnessThresholds)) in onPropertiesChanged()