Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java57 protected final int mIconColor; field in FastBitmapDrawable
95 mIconColor = iconColor; in FastBitmapDrawable()
139 return ColorUtils.compositeColors(whiteScrim, mIconColor); in getIconColor()
297 return new FastBitmapConstantState(mBitmap, mIconColor); in newConstantState()
371 protected final int mIconColor; field in FastBitmapDrawable.FastBitmapConstantState
380 mIconColor = color; in FastBitmapConstantState()
384 return new FastBitmapDrawable(mBitmap, mIconColor); in createDrawable()
DClockDrawableWrapper.java382 super(cs.mBitmap, cs.mIconColor); in ClockIconDrawable()
489 return new ClockConstantState(mBitmap, mIconColor, mThemedFgColor, mBoundsOffset, in newConstantState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
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()
/frameworks/base/core/java/com/android/internal/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java161 private int mIconColor; field in StatusBarIconView
169 int newColor = NotificationUtils.interpolateColors(mAnimationStartColor, mIconColor,
576 + " iconColor=#" + Integer.toHexString(mIconColor) in toString()
653 mIconColor = color; in setStaticDrawableColor()
697 if (mIconColor != iconColor) { in setIconColor()
698 mIconColor = iconColor; in setIconColor()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61533 Landroid/view/NotificationHeaderView;->mIconColor:I