Home
last modified time | relevance | path

Searched defs:ddc (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java173 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevels(DISPLAY_LEVELS).build(); in testSimpleStrategyMappingAtControlPoints() local
185 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevels(DISPLAY_LEVELS).build(); in testSimpleStrategyMappingBetweenControlPoints() local
200 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevels(DISPLAY_LEVELS).build(); in testSimpleStrategyIgnoresNewConfiguration() local
216 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevels(DISPLAY_LEVELS).build(); in testSimpleStrategyIgnoresNullConfiguration() local
230 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevelsNits(DISPLAY_LEVELS_NITS) in testPhysicalStrategyMappingAtControlPoints() local
249 DisplayDeviceConfig ddc = new DdcBuilder().setBrightnessRange(BACKLIGHT_RANGE_ZERO_TO_ONE) in testPhysicalStrategyMappingBetweenControlPoints() local
268 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevelsNits(DISPLAY_LEVELS_NITS) in testPhysicalStrategyUsesNewConfigurations() local
295 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevelsNits(DISPLAY_LEVELS_NITS) in testPhysicalStrategyRecalculateSplines() local
340 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevels(DISPLAY_LEVELS) in testDefaultStrategyIsPhysical() local
356 DisplayDeviceConfig ddc = new DdcBuilder().setAutoBrightnessLevelsLux(lux) in testNonStrictlyIncreasingLuxLevelsFails() local
[all …]