Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java2628 final BigDecimal fastDownDecimal = config.getScreenBrightnessRampFastDecrease(); in loadBrightnessRampsInteractive() local
2633 if (fastDownDecimal != null && fastUpDecimal != null && slowDownDecimal != null in loadBrightnessRampsInteractive()
2635 mBrightnessRampFastDecrease = fastDownDecimal.floatValue(); in loadBrightnessRampsInteractive()
2640 if (fastDownDecimal != null || fastUpDecimal != null || slowDownDecimal != null in loadBrightnessRampsInteractive()