Searched refs:mIconColor (Results 1 – 4 of 4) sorted by relevance
140 private int mIconColor; field in StatusBarIconView148 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,604 mIconColor = color; in setStaticDrawableColor()643 if (mIconColor != iconColor) { in setIconColor()644 mIconColor = iconColor; in setIconColor()
99 private int mIconColor; field in LockIcon231 mIconColor = typedArray.getColor(0, Color.WHITE); in onThemeChanged()550 int color = ColorUtils.blendARGB(mIconColor, Color.WHITE, mDozeAmount); in updateDarkTint()
65 private int mIconColor; field in NotificationHeaderView313 mIconColor = color; in setOriginalIconColor()317 return mIconColor; in getOriginalIconColor()
75962 Landroid/view/NotificationHeaderView;->mIconColor:I