Home
last modified time | relevance | path

Searched refs:correctedProgress (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java346 float correctedProgress = Math.abs(progress); in updateWindowBackgroundColor() local
347 top = ColorUtils.blendARGB(top, gray, correctedProgress); in updateWindowBackgroundColor()
348 middle = ColorUtils.blendARGB(middle, gray, correctedProgress); in updateWindowBackgroundColor()
349 bottom = ColorUtils.blendARGB(bottom, gray, correctedProgress); in updateWindowBackgroundColor()