Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DSgvAnimationHelper.java207 final ObjectAnimator scaleAnimatorY = ObjectAnimator.ofFloat(view, in addExpandInAnimators() local
209 scaleAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addExpandInAnimators()
210 scaleAnimatorY.setDuration(sAnimationDuration); in addExpandInAnimators()
211 scaleAnimatorY.setStartDelay(animationDelay); in addExpandInAnimators()
212 scaleAnimatorY.addListener(new AnimatorListenerAdapter() { in addExpandInAnimators()
220 animators.add(scaleAnimatorY); in addExpandInAnimators()
230 final ObjectAnimator scaleAnimatorY = ObjectAnimator.ofFloat(view, View.SCALE_Y, in addCollapseOutAnimators() local
232 scaleAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addCollapseOutAnimators()
233 scaleAnimatorY.setDuration(sAnimationDuration); in addCollapseOutAnimators()
234 scaleAnimatorY.setStartDelay(animationDelay); in addCollapseOutAnimators()
[all …]