Searched refs:pivotXyzComponent (Results 1 – 2 of 2) sorted by relevance
416 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
536 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