Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java55 private static final double MINIMUM_IMAGE_FRACTION = 0.002; field in MediaNotificationProcessor
241 && (swatch.getPopulation() / (float) RESIZE_BITMAP_AREA > MINIMUM_IMAGE_FRACTION); in hasEnoughPopulation()