Searched refs:pivotXyzComponent (Results 1 – 3 of 3) sorted by relevance
491 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);492 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);493 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);599 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method
834 x = pivotXyzComponent(x / XYZ_WHITE_REFERENCE_X);835 y = pivotXyzComponent(y / XYZ_WHITE_REFERENCE_Y);836 z = pivotXyzComponent(z / XYZ_WHITE_REFERENCE_Z);933 private static double pivotXyzComponent(double component) { in pivotXyzComponent() method in ContrastColorUtil.ColorUtilsFromCompat
88584 Lcom/android/internal/util/NotificationColorUtil$ColorUtilsFromCompat;->pivotXyzComponent(D)D