Searched refs:mColorMatrix (Results 1 – 1 of 1) sorted by relevance
170 private final ColorMatrix mColorMatrix = new ColorMatrix(); field in MultiShrinkScroller1170 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()