Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNightModeController.java219 private float[] scaleValues(float[] identityMatrix, float[] nightValues, float amount) { in scaleValues() argument
222 values[i] = MathUtils.lerp(identityMatrix[i], nightValues[i], amount); in scaleValues()