Home
last modified time | relevance | path

Searched refs:brightnessProperty (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/hal/
DPowerHalService.java696 HalPropConfig brightnessProperty = mProperties.get(PER_DISPLAY_BRIGHTNESS); in init() local
697 mPerDisplayBrightnessSupported = brightnessProperty != null; in init()
698 if (brightnessProperty == null) { in init()
699 brightnessProperty = mProperties.get(DISPLAY_BRIGHTNESS); in init()
701 if (brightnessProperty != null) { in init()
702 HalAreaConfig[] areaConfigs = brightnessProperty.getAreaConfigs(); in init()