Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3192 private boolean isLegacy() { in isLegacy() method in Notification.Builder
3197 if (!isLegacy() || mColorUtil.isGrayscaleIcon(mContext, action.getIcon())) { in processLegacyAction()
3205 if (isLegacy()) { in processLegacyText()
3216 if (!isLegacy()) { in processSmallIconAsLarge()
3234 if (largeIcon != null && isLegacy() in processLargeLegacyIcon()
3270 if (!isLegacy()) { in processSmallRightIcon()
3275 final boolean gray = isLegacy() in processSmallRightIcon()
3278 if (!isLegacy() || gray) { in processSmallRightIcon()