Searched refs:contentAlphaProgress (Results 1 – 1 of 1) sorted by relevance
891 float contentAlphaProgress = mAppearAnimationFraction; in updateAppearAnimationAlpha() local892 contentAlphaProgress = contentAlphaProgress / (1.0f - ALPHA_ANIMATION_END); in updateAppearAnimationAlpha()893 contentAlphaProgress = Math.min(1.0f, contentAlphaProgress); in updateAppearAnimationAlpha()894 contentAlphaProgress = mCurrentAlphaInterpolator.getInterpolation(contentAlphaProgress); in updateAppearAnimationAlpha()895 setContentAlpha(contentAlphaProgress); in updateAppearAnimationAlpha()