Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/animation/
DFlingAnimationUtils.java52 private AnimatorProperties mAnimatorProperties = new AnimatorProperties(); field in FlingAnimationUtils
208 mAnimatorProperties.mInterpolator = slowInInterpolator; in getProperties()
217 mAnimatorProperties.mInterpolator = superInterpolator; in getProperties()
222 mAnimatorProperties.mInterpolator = Interpolators.FAST_OUT_SLOW_IN; in getProperties()
224 mAnimatorProperties.mDuration = (long) (durationSeconds * 1000); in getProperties()
225 return mAnimatorProperties; in getProperties()
304 mAnimatorProperties.mInterpolator = mLinearOutFasterIn; in getDismissingProperties()
314 mAnimatorProperties.mInterpolator = superInterpolator; in getDismissingProperties()
319 mAnimatorProperties.mInterpolator = Interpolators.FAST_OUT_LINEAR_IN; in getDismissingProperties()
321 mAnimatorProperties.mDuration = (long) (durationSeconds * 1000); in getDismissingProperties()
[all …]