Searched refs:mAlphaMatrixValues (Results 1 – 1 of 1) sorted by relevance
169 private final float[] mAlphaMatrixValues = { field in MultiShrinkScroller1217 mAlphaMatrixValues[0] = Color.red(color) * alpha / 255; in alphaMatrix()1218 mAlphaMatrixValues[6] = Color.green(color) * alpha / 255; in alphaMatrix()1219 mAlphaMatrixValues[12] = Color.blue(color) * alpha / 255; in alphaMatrix()1220 mAlphaMatrixValues[4] = 255 * (1 - alpha); in alphaMatrix()1221 mAlphaMatrixValues[9] = 255 * (1 - alpha); in alphaMatrix()1222 mAlphaMatrixValues[14] = 255 * (1 - alpha); in alphaMatrix()1223 mWhitenessColorMatrix.set(mAlphaMatrixValues); in alphaMatrix()