Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java53 private static final int COMPACT_BITMAP_SIZE = 64; // pixels field in ImageUtils
74 if (height > COMPACT_BITMAP_SIZE || width > COMPACT_BITMAP_SIZE) { in isGrayscale()
77 COMPACT_BITMAP_SIZE, COMPACT_BITMAP_SIZE, Bitmap.Config.ARGB_8888 in isGrayscale()
85 (float) COMPACT_BITMAP_SIZE / width, in isGrayscale()
86 (float) COMPACT_BITMAP_SIZE / height, in isGrayscale()
91 width = height = COMPACT_BITMAP_SIZE; in isGrayscale()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt99648 Lcom/android/internal/util/ImageUtils;->COMPACT_BITMAP_SIZE:I