Searched refs:mCurrentAppearInterpolator (Results 1 – 1 of 1) sorted by relevance
123 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView788 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()792 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation()863 float translationFraction = mCurrentAppearInterpolator.getInterpolation(inverseFraction); in updateAppearRect()871 widthFraction = mCurrentAppearInterpolator.getInterpolation(widthFraction); in updateAppearRect()892 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()