HomeSort by relevance Sort by last modified time
    Searched defs:COMPACT_BITMAP_SIZE (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
ImageUtils.java 42 private static final int COMPACT_BITMAP_SIZE = 64; // pixels
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;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 227 milliseconds