Home
last modified time | relevance | path

Searched refs:RESIZE_BITMAP_AREA (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java69 private static final int RESIZE_BITMAP_AREA = 150 * 150; field in MediaNotificationProcessor
113 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()