Searched refs:HSLToColor (Results 1 – 6 of 6) sorted by relevance
61 mBackgroundColor = ColorUtils.HSLToColor(hsl); in onContentUpdated()
386 fg = ColorUtilsFromCompat.HSLToColor(hsl); in findContrastColorAgainstDark()388 bg = ColorUtilsFromCompat.HSLToColor(hsl); in findContrastColorAgainstDark()957 public static int HSLToColor(@NonNull float[] hsl) { in HSLToColor() method in ContrastColorUtil.ColorUtilsFromCompat
107 mHighlightPaint.setColor(ColorUtils.HSLToColor(mTmpHSL)); in setColorAndDim()434 mOverlayBackground.setColorAndDim(ColorUtils.HSLToColor(mTmpHSL), dimAlpha); in updateBackgroundColor()
281 public static int HSLToColor(@NonNull float[] hsl) { in HSLToColor() method
281 return ColorUtils.HSLToColor(mTmpHSL); in getColorInt()
474 this(ColorUtils.HSLToColor(hsl), population); in Swatch()