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