Searched defs:tmpHsl (Results 1 – 2 of 2) sorted by relevance
60 private var tmpHsl = floatArrayOf(0f, 0f, 0f) variable
271 final float[] tmpHsl = new float[3]; in WallpaperColors() local272 ColorUtils.colorToHSL(primaryColor.toArgb(), tmpHsl); in WallpaperColors() local568 float[] tmpHsl = new float[3]; in calculateDarkHints() local