Searched refs:COMPACT_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
53 private static final int COMPACT_BITMAP_SIZE = 64; // pixels field in ImageUtils74 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()
99648 Lcom/android/internal/util/ImageUtils;->COMPACT_BITMAP_SIZE:I