Searched refs:ColorUtilsFromCompat (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 391 if (ColorUtilsFromCompat.calculateContrast(fg, bg) >= minRatio) { in findContrastColor() 396 ColorUtilsFromCompat.colorToLAB(findFg ? fg : bg, lab); in findContrastColor() 403 fg = ColorUtilsFromCompat.LABToColor(l, a, b); in findContrastColor() 405 bg = ColorUtilsFromCompat.LABToColor(l, a, b); in findContrastColor() 407 if (ColorUtilsFromCompat.calculateContrast(fg, bg) > minRatio) { in findContrastColor() 413 return ColorUtilsFromCompat.LABToColor(low, a, b); in findContrastColor() 427 if (ColorUtilsFromCompat.calculateContrast(fg, bg) >= minRatio) { in findAlphaToMeetContrast() 439 if (ColorUtilsFromCompat.calculateContrast(fg, bg) > minRatio) { in findAlphaToMeetContrast() 462 if (ColorUtilsFromCompat.calculateContrast(fg, bg) >= minRatio) { in findContrastColorAgainstDark() 467 ColorUtilsFromCompat.colorToHSL(findFg ? fg : bg, hsl); in findContrastColorAgainstDark() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 84601 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;-><init>()V 84602 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->calculateContrast(II)D 84603 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->calculateLuminance(I)D 84604 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToHSL(I[F)V 84605 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToLAB(I[D)V 84606 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->colorToXYZ(I[D)V 84607 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeAlpha(II)I 84608 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeColors(II)I 84609 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->compositeComponent(IIIII)I 84610 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->constrain(FFF)F [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 13021 com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat
|
D | boot-image-profile.txt | 35462 Lcom/android/internal/util/ContrastColorUtil$ColorUtilsFromCompat;
|
/frameworks/base/config/ |
D | preloaded-classes | 13052 com.android.internal.util.ContrastColorUtil$ColorUtilsFromCompat
|
D | boot-image-profile.txt | 45623 Lcom/android/internal/util/ContrastColorUtil$ColorUtilsFromCompat;
|