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.java123 private Interpolator mCurrentAlphaInterpolator; field in ActivatableNotificationView
561 mCurrentAlphaInterpolator = mLinearOutSlowInInterpolator; in startAppearAnimation()
565 mCurrentAlphaInterpolator = mSlowOutLinearInInterpolator; in startAppearAnimation()
660 contentAlphaProgress = mCurrentAlphaInterpolator.getInterpolation(contentAlphaProgress); in updateAppearAnimationAlpha()