Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java171 private final float[] mAlphaMatrixValues = { field in MultiShrinkScroller
1240 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()