Searched refs:brightnessProperty (Results 1 – 1 of 1) sorted by relevance
696 HalPropConfig brightnessProperty = mProperties.get(PER_DISPLAY_BRIGHTNESS); in init() local697 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()