Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java42 private static final int COMPACT_BITMAP_SIZE = 64; // pixels field in ImageUtils
63 if (height > COMPACT_BITMAP_SIZE || width > COMPACT_BITMAP_SIZE) { in isGrayscale()
66 COMPACT_BITMAP_SIZE, COMPACT_BITMAP_SIZE, Bitmap.Config.ARGB_8888 in isGrayscale()
74 (float) COMPACT_BITMAP_SIZE / width, in isGrayscale()
75 (float) COMPACT_BITMAP_SIZE / height, in isGrayscale()
80 width = height = COMPACT_BITMAP_SIZE; in isGrayscale()