Home
last modified time | relevance | path

Searched refs:applyAlpha (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DThemeColorManager.java87 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
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/about/
DUtils.java107 return applyAlpha(alpha, inputColor); in applyAlphaAttr()
111 public static int applyAlpha(float alpha, int inputColor) { in applyAlpha() method in Utils
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DLibUtils.java137 return applyAlpha(alpha, inputColor); in applyAlphaAttr()
141 public static int applyAlpha(float alpha, int inputColor) { in applyAlpha() method in LibUtils
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/
DDrawablePainter.kt97 override fun applyAlpha(alpha: Float): Boolean { in applyAlpha() method in com.android.permissioncontroller.permission.ui.wear.elements.DrawablePainter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java321 return applyAlpha(color, mAlphaObsoleted); in getSuggestionTextColor()
326 private static int applyAlpha(final int color, final float alpha) { in applyAlpha() method in SuggestionStripLayoutHelper