Searched refs:BLACK_MAX_LIGHTNESS (Results 1 – 2 of 2) sorted by relevance
67 private static final float BLACK_MAX_LIGHTNESS = 0.08f; field in MediaNotificationProcessor321 return hslColor[2] <= BLACK_MAX_LIGHTNESS; in isBlack()
977 private static final float BLACK_MAX_LIGHTNESS = 0.05f;989 return hslColor[2] <= BLACK_MAX_LIGHTNESS;