Searched refs:stretchAnim (Results 1 – 2 of 2) sorted by relevance
94 ObjectAnimator stretchAnim = in onButtonClick() local96 stretchAnim.setRepeatCount(1); in onButtonClick()97 stretchAnim.setRepeatMode(ValueAnimator.REVERSE); in onButtonClick()98 stretchAnim.setInterpolator(sDecelerator); in onButtonClick()99 stretchAnim.setDuration(animationDuration); in onButtonClick()111 set.playSequentially(downAnim, stretchAnim, upAnim); in onButtonClick()
198 ObjectAnimator stretchAnim = ObjectAnimator.ofPropertyValuesHolder(view, pvhSX, pvhSY); in squishyBounce() local199 stretchAnim.setRepeatCount(1); in squishyBounce()200 stretchAnim.setRepeatMode(ValueAnimator.REVERSE); in squishyBounce()201 stretchAnim.setInterpolator(sDecelerator); in squishyBounce()204 set.playSequentially(downAnim, stretchAnim, upAnim); in squishyBounce()