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