Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3034 private boolean isLegacy() { in isLegacy() method in Notification.Builder
3039 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, action.icon)) { in processLegacyAction()
3047 if (isLegacy()) { in processLegacyText()
3058 if (!isLegacy()) { in processSmallIconAsLarge()
3063 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, largeIconId)) { in processSmallIconAsLarge()
3074 if (isLegacy() && mColorUtil.isGrayscaleIcon(largeIcon)) { in processLargeLegacyIcon()
3110 if (!isLegacy()) { in processSmallRightIcon()
3115 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, smallIconDrawableId)) { in processSmallRightIcon()