Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DColorDisplayService.java84 private float[] mMatrixNight = new float[16]; field in ColorDisplayService
202 setMatrix(mController.getColorTemperature(), mMatrixNight); in setUp() local
287 setMatrix(colorTemperature, mMatrixNight); in onColorTemperatureChanged()
303 setMatrix(mController.getColorTemperature(), mMatrixNight); in onDisplayColorModeChanged() local
306 dtm.setColorMode(mode, (mIsActivated != null && mIsActivated) ? mMatrixNight in onDisplayColorModeChanged()
340 final float[] to = mIsActivated ? mMatrixNight : MATRIX_IDENTITY; in applyTint()
393 Matrix.setIdentityM(mMatrixNight, 0); in setMatrix()