Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java170 private final ColorMatrix mColorMatrix = new ColorMatrix(); field in MultiShrinkScroller
1170 mColorMatrix.reset(); in updatePhotoTintAndDropShadow()
1186 mColorMatrix.setSaturation(alpha); in updatePhotoTintAndDropShadow()
1187 mColorMatrix.postConcat(alphaMatrix(alpha, Color.WHITE)); in updatePhotoTintAndDropShadow()
1188 mColorMatrix.postConcat(multiplyBlendMatrix(mHeaderTintColor, tint)); in updatePhotoTintAndDropShadow()
1191 mColorMatrix.reset(); in updatePhotoTintAndDropShadow()
1192 mColorMatrix.postConcat(alphaMatrix(DESIRED_INTERMEDIATE_LETTER_TILE_ALPHA, in updatePhotoTintAndDropShadow()
1208 mColorMatrix.postConcat(alphaMatrix(colorAlpha, mHeaderTintColor)); in updatePhotoTintAndDropShadow()
1213 mPhotoView.setColorFilter(new ColorMatrixColorFilter(mColorMatrix)); in updatePhotoTintAndDropShadow()