Searched refs:mCurrentAppearInterpolator (Results 1 – 1 of 1) sorted by relevance
94 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView407 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN; in startAppearAnimation()410 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN_REVERSE; in startAppearAnimation()416 mCurrentAppearInterpolator = Interpolators.LINEAR; in startAppearAnimation()423 mAppearAnimator.setInterpolator(mCurrentAppearInterpolator); in startAppearAnimation()539 : mCurrentAppearInterpolator.getInterpolation(mAppearAnimationFraction); in updateAppearRect()574 return mCurrentAppearInterpolator.getInterpolation(mAppearAnimationFraction); in getInterpolatedAppearAnimationFraction()