Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java67 private static final float BLACK_MAX_LIGHTNESS = 0.08f; field in MediaNotificationProcessor
321 return hslColor[2] <= BLACK_MAX_LIGHTNESS; in isBlack()
/frameworks/base/core/java/com/android/internal/graphics/palette/
DPalette.java977 private static final float BLACK_MAX_LIGHTNESS = 0.05f;
989 return hslColor[2] <= BLACK_MAX_LIGHTNESS;