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

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

Completed in 49 milliseconds