Searched refs:mCurrentAppearInterpolator (Results 1 – 1 of 1) sorted by relevance
122 private Interpolator mCurrentAppearInterpolator; field in ActivatableNotificationView560 mCurrentAppearInterpolator = mSlowOutFastInInterpolator; in startAppearAnimation()564 mCurrentAppearInterpolator = mFastOutSlowInInterpolator; in startAppearAnimation()618 float translationFraction = mCurrentAppearInterpolator.getInterpolation(inverseFraction); in updateAppearRect()626 widthFraction = mCurrentAppearInterpolator.getInterpolation(widthFraction); in updateAppearRect()635 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()