Searched refs:computeContrastBetweenColors (Results 1 – 2 of 2) sorted by relevance
119 public static float computeContrastBetweenColors(int bg, int fg) { in computeContrastBetweenColors() method in Utilities
156 this.useLightOnPrimaryColor = Utilities.computeContrastBetweenColors(this.colorPrimary, in Task()