Searched refs:mFastOutLinearIn (Results 1 - 2 of 2) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java231 private TimeInterpolator mLinearOutSlowIn, mFastOutLinearIn; field in class:BaseStatusBar
547 mFastOutLinearIn = AnimationUtils.loadInterpolator(mContext,
969 a.setInterpolator(mFastOutLinearIn);
H A DFlingAnimationUtils.java46 private Interpolator mFastOutLinearIn; field in class:FlingAnimationUtils
59 mFastOutLinearIn
227 mAnimatorProperties.interpolator = mFastOutLinearIn;

Completed in 353 milliseconds