Searched refs:mAlphaMatrixValues (Results 1 – 1 of 1) sorted by relevance
171 private final float[] mAlphaMatrixValues = { field in MultiShrinkScroller1240 mAlphaMatrixValues[0] = Color.red(color) * alpha / 255; in alphaMatrix()1241 mAlphaMatrixValues[6] = Color.green(color) * alpha / 255; in alphaMatrix()1242 mAlphaMatrixValues[12] = Color.blue(color) * alpha / 255; in alphaMatrix()1243 mAlphaMatrixValues[4] = 255 * (1 - alpha); in alphaMatrix()1244 mAlphaMatrixValues[9] = 255 * (1 - alpha); in alphaMatrix()1245 mAlphaMatrixValues[14] = 255 * (1 - alpha); in alphaMatrix()1246 mWhitenessColorMatrix.set(mAlphaMatrixValues); in alphaMatrix()