Searched refs:applyAlpha (Results 1 – 2 of 2) sorted by relevance
87 backgroundColorTop = applyAlpha(palette.mPrimaryColor, backgroundColorTop); in updateThemeColors()88 backgroundColorMiddle = applyAlpha(palette.mPrimaryColor, backgroundColorMiddle); in updateThemeColors()89 backgroundColorBottom = applyAlpha(palette.mPrimaryColor, backgroundColorBottom); in updateThemeColors()90 backgroundColorSolid = applyAlpha(palette.mPrimaryColor, backgroundColorSolid); in updateThemeColors()140 private static int applyAlpha(@ColorInt int color, @ColorInt int sourceColorWithAlpha) { in applyAlpha() method in ThemeColorManager
321 return applyAlpha(color, mAlphaObsoleted); in getSuggestionTextColor()326 private static int applyAlpha(final int color, final float alpha) { in applyAlpha() method in SuggestionStripLayoutHelper