Searched refs:mAlphaMatrixValues (Results 1 – 1 of 1) sorted by relevance
165 private final float[] mAlphaMatrixValues = { field in MultiShrinkScroller1174 mAlphaMatrixValues[0] = Color.red(color) * alpha / 255; in alphaMatrix()1175 mAlphaMatrixValues[6] = Color.green(color) * alpha / 255; in alphaMatrix()1176 mAlphaMatrixValues[12] = Color.blue(color) * alpha / 255; in alphaMatrix()1177 mAlphaMatrixValues[4] = 255 * (1 - alpha); in alphaMatrix()1178 mAlphaMatrixValues[9] = 255 * (1 - alpha); in alphaMatrix()1179 mAlphaMatrixValues[14] = 255 * (1 - alpha); in alphaMatrix()1180 mWhitenessColorMatrix.set(mAlphaMatrixValues); in alphaMatrix()