Home
last modified time | relevance | path

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

/frameworks/support/core-utils/java/android/support/v4/graphics/
DColorUtils.java416 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
417 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
418 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
524 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.java807 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
808 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
809 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
906 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in NotificationColorUtil.ColorUtilsFromCompat
/frameworks/base/config/
Dboot-image-profile.txt11557 HPLcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->pivotXyzComponent(D)D