Searched refs:pivotXyzComponent (Results 1 – 3 of 3) sorted by relevance
460 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
830 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);831 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);832 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);929 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in ContrastColorUtil.ColorUtilsFromCompat
99694 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->pivotXyzComponent(D)D