Home
last modified time | relevance | path

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

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