Searched refs:tempBrightnessMatrix (Results 1 – 3 of 3) sorted by relevance
275 ColorMatrix tempBrightnessMatrix = new ColorMatrix(); in getDisabledFColorFilter() local281 float[] mat = tempBrightnessMatrix.getArray(); in getDisabledFColorFilter()289 tempFilterMatrix.preConcat(tempBrightnessMatrix); in getDisabledFColorFilter()290 return new ColorMatrixColorFilter(tempBrightnessMatrix); in getDisabledFColorFilter()
28 val tempBrightnessMatrix = in <lambda>() constant43 preConcat(tempBrightnessMatrix) in <lambda>()
255 ColorMatrix tempBrightnessMatrix = new ColorMatrix(); in createSuspendedColorMatrix() local256 float[] mat = tempBrightnessMatrix.getArray(); in createSuspendedColorMatrix()266 matrix.preConcat(tempBrightnessMatrix); in createSuspendedColorMatrix()