Searched refs:mCurrentAppearInterpolator (Results 1 – 1 of 1) sorted by relevance
87 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView406 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()