Searched refs:isGrayscaleIcon (Results 1 – 3 of 3) sorted by relevance
76 public boolean isGrayscaleIcon(Bitmap bitmap) { in isGrayscaleIcon() method in NotificationColorUtil114 public boolean isGrayscaleIcon(Drawable d) { in isGrayscaleIcon() method in NotificationColorUtil119 return bd.getBitmap() != null && isGrayscaleIcon(bd.getBitmap()); in isGrayscaleIcon()123 return count > 0 && isGrayscaleIcon(ad.getFrame(0)); in isGrayscaleIcon()139 public boolean isGrayscaleIcon(Context context, int drawableResId) { in isGrayscaleIcon() method in NotificationColorUtil142 return isGrayscaleIcon(context.getDrawable(drawableResId)); in isGrayscaleIcon()
3039 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, action.icon)) { in processLegacyAction()3063 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, largeIconId)) { in processSmallIconAsLarge()3074 if (isLegacy() && mColorUtil.isGrayscaleIcon(largeIcon)) { in processLargeLegacyIcon()3115 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, smallIconDrawableId)) { in processSmallRightIcon()
1453 || mNotificationColorUtil.isGrayscaleIcon(iconDrawable)) {