Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DSgvAnimationHelper.java65 private static Interpolator sDecelerateQuintInterpolator; field in SgvAnimationHelper
85 sDecelerateQuintInterpolator = AnimationUtils.loadInterpolator(context, in initialize()
107 return sDecelerateQuintInterpolator; in getDefaultAnimationInterpolator()
121 translateAnimatorX.setInterpolator(sDecelerateQuintInterpolator); in addXTranslationAnimators()
142 translateAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addYTranslationAnimators()
175 rotateAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addTranslationRotationAnimators()
209 scaleAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addExpandInAnimators()
232 scaleAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addCollapseOutAnimators()
313 fadeAnimator.setInterpolator(sDecelerateQuintInterpolator); in addFadeAnimators()