Searched refs:mColorUtil (Results 1 – 1 of 1) sorted by relevance
1975 private final NotificationColorUtil mColorUtil; field in Notification.Builder2041 … mColorUtil = context.getApplicationInfo().targetSdkVersion < Build.VERSION_CODES.LOLLIPOP ? in Builder()3035 return mColorUtil != null; in isLegacy()3039 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, action.icon)) { in processLegacyAction()3048 return mColorUtil.invertCharSequenceColors(charSequence); in processLegacyText()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()