Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java869 float contentAlphaProgress = mAppearAnimationFraction; in updateAppearAnimationAlpha() local
870 contentAlphaProgress = contentAlphaProgress / (1.0f - ALPHA_ANIMATION_END); in updateAppearAnimationAlpha()
871 contentAlphaProgress = Math.min(1.0f, contentAlphaProgress); in updateAppearAnimationAlpha()
872 contentAlphaProgress = mCurrentAlphaInterpolator.getInterpolation(contentAlphaProgress); in updateAppearAnimationAlpha()
873 setContentAlpha(contentAlphaProgress); in updateAppearAnimationAlpha()