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/notification/row/
DActivatableNotificationView.java117 private Interpolator mCurrentAlphaInterpolator; field in ActivatableNotificationView
768 mCurrentAlphaInterpolator = Interpolators.LINEAR_OUT_SLOW_IN; in startAppearAnimation()
772 mCurrentAlphaInterpolator = mSlowOutLinearInInterpolator; in startAppearAnimation()
894 contentAlphaProgress = mCurrentAlphaInterpolator.getInterpolation(contentAlphaProgress); in updateAppearAnimationAlpha()