Searched refs:colorInterpolation (Results 1 – 1 of 1) sorted by relevance
582 float colorInterpolation = Interpolators.DECELERATE_QUINT.getInterpolation(mDarkAmount); in updateBackgroundDimming() local583 int color = ColorUtils.blendARGB(awakeColor, Color.WHITE, colorInterpolation); in updateBackgroundDimming()