Searched refs:slowDownDecimal (Results 1 – 1 of 1) sorted by relevance
2630 final BigDecimal slowDownDecimal = config.getScreenBrightnessRampSlowDecrease(); in loadBrightnessRampsInteractive() local2633 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()