Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/color/
DReduceBrightColorsTintController.java128 final float squaredPercentageStrength = percentageStrength * percentageStrength; in computeComponentValue() local
130 squaredPercentageStrength * mCoefficients[0] + percentageStrength * mCoefficients[1] in computeComponentValue()