Home
last modified time | relevance | path

Searched refs:mLinearOutFasterIn (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DFlingAnimationUtils.java208 Interpolator mLinearOutFasterIn = new PathInterpolator(0, 0, LINEAR_OUT_FASTER_IN_X2, y2); in getDismissingProperties() local
211 mAnimatorProperties.interpolator = mLinearOutFasterIn; in getDismissingProperties()
220 velocityInterpolator, mLinearOutFasterIn, mLinearOutSlowIn); in getDismissingProperties()