Searched refs:correctedProgress (Results 1 – 1 of 1) sorted by relevance
913 float correctedProgress = Math.abs(progress); in updateWindowBackgroundColor() local914 top = ColorUtils.blendARGB(top, gray, correctedProgress); in updateWindowBackgroundColor()915 middle = ColorUtils.blendARGB(middle, gray, correctedProgress); in updateWindowBackgroundColor()916 bottom = ColorUtils.blendARGB(bottom, gray, correctedProgress); in updateWindowBackgroundColor()