Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A 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
/aosp12/frameworks/base/core/java/android/view/
H A DRoundScrollbarRenderer.java80 setThumbColor(applyAlpha(DEFAULT_THUMB_COLOR, alpha)); in drawRoundScrollbars()
81 setTrackColor(applyAlpha(DEFAULT_TRACK_COLOR, alpha)); in drawRoundScrollbars()
114 private static int applyAlpha(int color, float alpha) { in applyAlpha() method in RoundScrollbarRenderer
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp150 inline SkColor applyAlpha(SkColor color, float alpha) { in applyAlpha() function
164 paint.setColor(applyAlpha(SK_ColorBLACK, properties.getFillAlpha())); in draw()
168 paint.setColor(applyAlpha(properties.getFillColor(), properties.getFillAlpha())); in draw()
181 paint.setColor(applyAlpha(SK_ColorBLACK, properties.getStrokeAlpha())); in draw()
185 paint.setColor(applyAlpha(properties.getStrokeColor(), properties.getStrokeAlpha())); in draw()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java96 private static int applyAlpha(int color, float alpha) { in applyAlpha() method in VectorDrawable_Delegate
1185 fillPaint.setColor(applyAlpha(applyAlpha(fullPath.mFillColor, fullPath in drawPath()
1229 strokePaint.setColor(applyAlpha(applyAlpha(fullPath.mStrokeColor, fullPath in drawPath()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt88 private val colorUnavailable = Utils.applyAlpha(UNAVAILABLE_ALPHA, colorInactive)
94 private val colorLabelUnavailable = Utils.applyAlpha(UNAVAILABLE_ALPHA, colorLabelInactive)
101 Utils.applyAlpha(UNAVAILABLE_ALPHA, colorSecondaryLabelInactive)
H A DQSIconViewImpl.java250 return Utils.applyAlpha(QSTileViewImpl.UNAVAILABLE_ALPHA, in getIconColorForState()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DUtils.java276 return applyAlpha(alpha, inputColor); in applyAlphaAttr()
280 public static int applyAlpha(float alpha, int inputColor) { in applyAlpha() method in Utils
/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java1077 applyAlpha(); in updateDrawable()
1622 applyAlpha(); in setAlpha()
1641 private void applyAlpha() { in applyAlpha() method
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripLayoutHelper.java321 return applyAlpha(color, mAlphaObsoleted); in getSuggestionTextColor()
326 private static int applyAlpha(final int color, final float alpha) { in applyAlpha() method in SuggestionStripLayoutHelper
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java2357 private void animateDismissBubble(View targetView, boolean applyAlpha) { in animateDismissBubble() argument
2363 if (applyAlpha) { in animateDismissBubble()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt20246 HSPLandroid/widget/ImageView;->applyAlpha()V+]Landroid/graphics/drawable/Drawable;missing_types
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt20294 HSPLandroid/widget/ImageView;->applyAlpha()V+]Landroid/graphics/drawable/Drawable;missing_types
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt65187 Landroid/view/RoundScrollbarRenderer;->applyAlpha(IF)I