Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/graphics/
DColorUtils.java484 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
485 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
486 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
592 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in ColorUtils
/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/
DNotificationColorUtil.java819 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
820 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
821 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
918 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in NotificationColorUtil.ColorUtilsFromCompat
/frameworks/base/config/
Dhiddenapi-private-dex.txt122849 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->pivotXyzComponent(D)D