Searched refs:BRIGHTNESS_RANGE_BOUNDARIES (Results 1 – 1 of 1) sorted by relevance
187 private static final float[] BRIGHTNESS_RANGE_BOUNDARIES = { field in DisplayPowerController2837 for (int i = 0; i < BRIGHTNESS_RANGE_BOUNDARIES.length; i++) { in nitsToRangeIndex()2838 if (nits < BRIGHTNESS_RANGE_BOUNDARIES[i]) { in nitsToRangeIndex()