Searched refs:bounceToY (Results 1 – 1 of 1) sorted by relevance
208 float bounceToY = restingY - Utilities.dpToPx(BOUNCE_HEIGHT); in goBoing() local211 anim.addFloat(this, TRANSLATE_Y, restingY, bounceToY, Interpolators.STANDARD); in goBoing()227 DynamicAnimation.TRANSLATION_Y).setSpring(spring).setStartValue(bounceToY); in goBoing()