Home
last modified time | relevance | path

Searched refs:identityMatrix (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
220 float[] values = new float[identityMatrix.length]; in scaleValues()
222 values[i] = MathUtils.lerp(identityMatrix[i], nightValues[i], amount); in scaleValues()