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.java165 private final float[] mAlphaMatrixValues = { field in MultiShrinkScroller
1174 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()