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