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