Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/feature/
H A DDeviceConfigParameterProvider.java117 return DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat( in getHighAmbientBrightnessThresholds()
162 return DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat( in getLowAmbientBrightnessThresholds()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
H A DDeviceConfigParsingUtilsTest.java180 assertNull(DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat(null)); in testAmbientBrightnessThresholdsIntToFloat_Null()
186 DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat( in testAmbientBrightnessThresholdsIntToFloat()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayDeviceConfigTest.java20 …ic com.android.server.display.utils.DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat;
438 assertArrayEquals(ambientBrightnessThresholdsIntToFloat( in testBlockingZoneThresholdsFromConfigResource()
444 assertArrayEquals(ambientBrightnessThresholdsIntToFloat( in testBlockingZoneThresholdsFromConfigResource()
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/
H A DDeviceConfigParsingUtils.java181 public static float[] ambientBrightnessThresholdsIntToFloat(int[] thresholdsInt) { in ambientBrightnessThresholdsIntToFloat() method in DeviceConfigParsingUtils
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java1648 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in loadLowBrightnessThresholds()
1714 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in loadHighBrightnessThresholds()
1859 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in onDeviceConfigLowBrightnessThresholdsChanged()
1905 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in onDeviceConfigHighBrightnessThresholdsChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceConfig.java19 …ic com.android.server.display.utils.DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat;
2218 ambientBrightnessThresholdsIntToFloat(lowAmbientBrightnessThresholdsInt); in loadLowerBrightnessThresholds()
2269 ambientBrightnessThresholdsIntToFloat(highAmbientBrightnessThresholdsInt); in loadHigherBrightnessThresholds()