Home
last modified time | relevance | path

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

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