Searched refs:tmpHsl (Results 1 – 2 of 2) sorted by relevance
60 private var tmpHsl = floatArrayOf(0f, 0f, 0f) variable in com.android.systemui.media.controls.ui.drawable.IlluminationDrawable167 ColorUtils.colorToHSL(backgroundColor, tmpHsl) in animateBackground()168 val L = tmpHsl[2] in animateBackground()169 tmpHsl[2] = in animateBackground()182 val finalHighlight = ColorUtils.HSLToColor(tmpHsl) in animateBackground()
271 final float[] tmpHsl = new float[3]; in WallpaperColors() local272 ColorUtils.colorToHSL(primaryColor.toArgb(), tmpHsl); in WallpaperColors() local273 final float luminance = tmpHsl[2]; in WallpaperColors()568 float[] tmpHsl = new float[3]; in calculateDarkHints() local571 ColorUtils.colorToHSL(pixelColor, tmpHsl); in calculateDarkHints()