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

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

Completed in 138 milliseconds