Searched refs:alphaMatrix (Results 1 – 1 of 1) sorted by relevance
1161 mColorMatrix.postConcat(alphaMatrix(alpha, Color.WHITE)); in updatePhotoTintAndDropShadow()1166 mColorMatrix.postConcat(alphaMatrix(DESIRED_INTERMEDIATE_LETTER_TILE_ALPHA, in updatePhotoTintAndDropShadow()1182 mColorMatrix.postConcat(alphaMatrix(colorAlpha, mHeaderTintColor)); in updatePhotoTintAndDropShadow()1216 private ColorMatrix alphaMatrix(float alpha, int color) { in alphaMatrix() method in MultiShrinkScroller