Home
last modified time | relevance | path

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

/frameworks/support/v4/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/util/
DNotificationColorUtil.java536 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);
537 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);
538 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);
631 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in NotificationColorUtil.ColorUtilsFromCompat