Searched refs:brightnessProperty (Results 1 – 1 of 1) sorted by relevance
338 VehiclePropConfig brightnessProperty = mProperties.get(DISPLAY_BRIGHTNESS); in init() local339 if (brightnessProperty != null) { in init()340 mMaxDisplayBrightness = brightnessProperty.areaConfigs.size() > 0 in init()341 ? brightnessProperty.areaConfigs.get(0).maxInt32Value : 0; in init()