Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/
DColorUtils.java460 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
461 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
462 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
568 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java830 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
831 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
832 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
929 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in ContrastColorUtil.ColorUtilsFromCompat
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt99694 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->pivotXyzComponent(D)D