Searched refs:sourceColorWithAlpha (Results 1 – 1 of 1) sorted by relevance
140 private static int applyAlpha(@ColorInt int color, @ColorInt int sourceColorWithAlpha) { in applyAlpha() argument141 return ColorUtils.setAlphaComponent(color, Color.alpha(sourceColorWithAlpha)); in applyAlpha()