Searched defs:mCurrentAppearInterpolator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java117 private Interpolator mCurrentAppearInterpolator; field in class:ActivatableNotificationView
703 mCurrentAppearInterpolator = mSlowOutFastInInterpolator;
707 mCurrentAppearInterpolator = Interpolators.FAST_OUT_SLOW_IN;
771 float translationFraction = mCurrentAppearInterpolator.getInterpolation(inverseFraction);
779 widthFraction = mCurrentAppearInterpolator.getInterpolation(widthFraction);
788 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction);

Completed in 52 milliseconds