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

/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java417 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
418 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
419 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
525 private static double pivotXyzComponent(double component) { method in class:ColorUtils
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A 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) { method in class:ColorUtils
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java744 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
745 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
746 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
843 private static double pivotXyzComponent(double component) { method in class:NotificationColorUtil.ColorUtilsFromCompat

Completed in 149 milliseconds