Searched refs:RESIZE_BITMAP_AREA (Results 1 – 1 of 1) sorted by relevance
69 private static final int RESIZE_BITMAP_AREA = 150 * 150; field in MediaNotificationProcessor113 if (area > RESIZE_BITMAP_AREA) { in processNotification()114 double factor = Math.sqrt((float) RESIZE_BITMAP_AREA / area); in processNotification()241 && (swatch.getPopulation() / (float) RESIZE_BITMAP_AREA > MINIMUM_IMAGE_FRACTION); in hasEnoughPopulation()310 .resizeBitmapArea(RESIZE_BITMAP_AREA); in generateArtworkPaletteBuilder()