Searched refs:ambientBrightnessThresholdsIntToFloat (Results 1 – 6 of 6) sorted by relevance
117 return DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat( in getHighAmbientBrightnessThresholds()162 return DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat( in getLowAmbientBrightnessThresholds()
180 assertNull(DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat(null)); in testAmbientBrightnessThresholdsIntToFloat_Null()186 DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat( in testAmbientBrightnessThresholdsIntToFloat()
20 …ic com.android.server.display.utils.DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat;438 assertArrayEquals(ambientBrightnessThresholdsIntToFloat( in testBlockingZoneThresholdsFromConfigResource()444 assertArrayEquals(ambientBrightnessThresholdsIntToFloat( in testBlockingZoneThresholdsFromConfigResource()
181 public static float[] ambientBrightnessThresholdsIntToFloat(int[] thresholdsInt) { in ambientBrightnessThresholdsIntToFloat() method in DeviceConfigParsingUtils
1648 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in loadLowBrightnessThresholds()1714 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in loadHighBrightnessThresholds()1859 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in onDeviceConfigLowBrightnessThresholdsChanged()1905 DeviceConfigParsingUtils::ambientBrightnessThresholdsIntToFloat); in onDeviceConfigHighBrightnessThresholdsChanged()
19 …ic com.android.server.display.utils.DeviceConfigParsingUtils.ambientBrightnessThresholdsIntToFloat;2218 ambientBrightnessThresholdsIntToFloat(lowAmbientBrightnessThresholdsInt); in loadLowerBrightnessThresholds()2269 ambientBrightnessThresholdsIntToFloat(highAmbientBrightnessThresholdsInt); in loadHigherBrightnessThresholds()