Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java582 float colorInterpolation = Interpolators.DECELERATE_QUINT.getInterpolation(mDarkAmount); in updateBackgroundDimming() local
583 int color = ColorUtils.blendARGB(awakeColor, Color.WHITE, colorInterpolation); in updateBackgroundDimming()