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

/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java42 private static final int COMPACT_BITMAP_SIZE = 64; // pixels field in class:ImageUtils
55 * COMPACT_BITMAP_SIZE^2 pixels using filtering. The hope is that any non-gray color elements
63 if (height > COMPACT_BITMAP_SIZE || width > COMPACT_BITMAP_SIZE) {
66 COMPACT_BITMAP_SIZE, COMPACT_BITMAP_SIZE, Bitmap.Config.ARGB_8888
74 (float) COMPACT_BITMAP_SIZE / width,
75 (float) COMPACT_BITMAP_SIZE / height,
80 width = height = COMPACT_BITMAP_SIZE;

Completed in 98 milliseconds