Searched refs:mCurrentAppearInterpolator (Results 1 – 1 of 1) sorted by relevance
116 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView767 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()771 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation()842 float translationFraction = mCurrentAppearInterpolator.getInterpolation(inverseFraction); in updateAppearRect()850 widthFraction = mCurrentAppearInterpolator.getInterpolation(widthFraction); in updateAppearRect()871 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()