Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java122 private Interpolator mCurrentAlphaInterpolator; field in ActivatableNotificationView
739 mCurrentAlphaInterpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startAppearAnimation()
743 mCurrentAlphaInterpolator = mSlowOutLinearInInterpolator; in startAppearAnimation()
850 contentAlphaProgress = mCurrentAlphaInterpolator.getInterpolation(contentAlphaProgress); in updateAppearAnimationAlpha()