Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java65 private final int mGrayscaleIconMaxSize; // @dimen/notification_large_icon_width (64dp) field in ContrastColorUtil
77 mGrayscaleIconMaxSize = context.getResources().getDimensionPixelSize( in ContrastColorUtil()
90 if (bitmap.getWidth() > mGrayscaleIconMaxSize in isGrayscaleIcon()
91 || bitmap.getHeight() > mGrayscaleIconMaxSize) { in isGrayscaleIcon()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt85298 Lcom/android/internal/util/NotificationColorUtil;->mGrayscaleIconMaxSize:I