Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaSessionReleaseDialog.java47 private final int mIconColor; field in MediaSessionReleaseDialog
60 mIconColor = iconColor; in MediaSessionReleaseDialog()
79 ColorStateList.valueOf(mIconColor)); in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java52 private int mIconColor = Color.TRANSPARENT; field in LockIcon
153 if (mIconColor == iconColor) { in updateColor()
157 mIconColor = iconColor; in updateColor()
162 int color = ColorUtils.blendARGB(mIconColor, Color.WHITE, mDozeAmount); in updateDarkTint()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DCachingIconView.java57 private int mIconColor; field in CachingIconView
339 mIconColor = color; in setOriginalIconColor()
373 applyGrayTint(mContext, drawable, grayedOut, mIconColor); in setGrayedOut()
377 return mIconColor; in getOriginalIconColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java164 private int mIconColor; field in StatusBarIconView
172 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
636 + " iconColor=#" + Integer.toHexString(mIconColor) in toString()
713 mIconColor = color; in setStaticDrawableColor()
757 if (mIconColor != iconColor) { in setIconColor()
758 mIconColor = iconColor; in setIconColor()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61533 Landroid/view/NotificationHeaderView;->mIconColor:I