Searched refs:mCurrentAppearInterpolator (Results 1 – 1 of 1) sorted by relevance
112 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView697 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()701 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation()769 float translationFraction = mCurrentAppearInterpolator.getInterpolation(inverseFraction); in updateAppearRect()777 widthFraction = mCurrentAppearInterpolator.getInterpolation(widthFraction); in updateAppearRect()798 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()