Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/feature/
DDeviceConfigParameterProvider.java131 return DeviceConfigParsingUtils.displayBrightnessThresholdsIntToFloat( in getHighDisplayBrightnessThresholds()
146 return DeviceConfigParsingUtils.displayBrightnessThresholdsIntToFloat( in getLowDisplayBrightnessThresholds()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/utils/
DDeviceConfigParsingUtilsTest.java167 assertNull(DeviceConfigParsingUtils.displayBrightnessThresholdsIntToFloat(null)); in testDisplayBrightnessThresholdsIntToFloat_Null()
174 DeviceConfigParsingUtils.displayBrightnessThresholdsIntToFloat( in testDisplayBrightnessThresholdsIntToFloat()
/frameworks/base/services/core/java/com/android/server/display/utils/
DDeviceConfigParsingUtils.java159 public static float[] displayBrightnessThresholdsIntToFloat(int[] thresholdsInt) { in displayBrightnessThresholdsIntToFloat() method in DeviceConfigParsingUtils
/frameworks/base/services/core/java/com/android/server/display/mode/
DDisplayModeDirector.java1807 DeviceConfigParsingUtils::displayBrightnessThresholdsIntToFloat); in loadLowBrightnessThresholds()
1873 DeviceConfigParsingUtils::displayBrightnessThresholdsIntToFloat); in loadHighBrightnessThresholds()
2018 DeviceConfigParsingUtils::displayBrightnessThresholdsIntToFloat); in onDeviceConfigLowBrightnessThresholdsChanged()
2064 DeviceConfigParsingUtils::displayBrightnessThresholdsIntToFloat); in onDeviceConfigHighBrightnessThresholdsChanged()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java21 …ic com.android.server.display.utils.DeviceConfigParsingUtils.displayBrightnessThresholdsIntToFloat;
2236 displayBrightnessThresholdsIntToFloat(lowDisplayBrightnessThresholdsInt); in loadLowerBrightnessThresholds()
2287 displayBrightnessThresholdsIntToFloat(highDisplayBrightnessThresholdsInt); in loadHigherBrightnessThresholds()
/frameworks/base/services/
Dart-wear-profile11502 …m/android/server/display/utils/DeviceConfigParsingUtils;->displayBrightnessThresholdsIntToFloat([I…