Searched refs:COMPACT_BITMAP_SIZE (Results 1 – 1 of 1) sorted by relevance
42 private static final int COMPACT_BITMAP_SIZE = 64; // pixels field in ImageUtils63 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()