Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java87 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView
406 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation()
409 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()
508 float interpolatedFraction = mCurrentAppearInterpolator.getInterpolation( in updateAppearRect()
531 return mCurrentAppearInterpolator.getInterpolation(mAppearAnimationFraction); in getInterpolatedAppearAnimationFraction()