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.java338 VehiclePropConfig brightnessProperty = mProperties.get(DISPLAY_BRIGHTNESS); in init() local
339 if (brightnessProperty != null) { in init()
340 mMaxDisplayBrightness = brightnessProperty.areaConfigs.size() > 0 in init()
341 ? brightnessProperty.areaConfigs.get(0).maxInt32Value : 0; in init()