Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java94 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView
407 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation()
410 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN_REVERSE; in startAppearAnimation()
416 mCurrentAppearInterpolator = Interpolators.LINEAR; in startAppearAnimation()
423 mAppearAnimator.setInterpolator(mCurrentAppearInterpolator); in startAppearAnimation()
539 : mCurrentAppearInterpolator.getInterpolation(mAppearAnimationFraction); in updateAppearRect()
574 return mCurrentAppearInterpolator.getInterpolation(mAppearAnimationFraction); in getInterpolatedAppearAnimationFraction()