Searched refs:tweenOrigin (Results 1 – 1 of 1) sorted by relevance
179 final ObjectAnimator tweenOrigin = ObjectAnimator.ofFloat(this, TWEEN_ORIGIN, 1); in createSoftwareEnter() local180 tweenOrigin.setAutoCancel(true); in createSoftwareEnter()181 tweenOrigin.setDuration(duration); in createSoftwareEnter()182 tweenOrigin.setInterpolator(LINEAR_INTERPOLATOR); in createSoftwareEnter()183 tweenOrigin.setStartDelay(RIPPLE_ENTER_DELAY); in createSoftwareEnter()191 set.play(tweenOrigin).with(tweenRadius).with(opacity); in createSoftwareEnter()249 final ObjectAnimator tweenOrigin = ObjectAnimator.ofFloat(this, TWEEN_ORIGIN, 1); in createSoftwareExit() local250 tweenOrigin.setAutoCancel(true); in createSoftwareExit()251 tweenOrigin.setDuration(originDuration); in createSoftwareExit()252 tweenOrigin.setInterpolator(DECELERATE_INTERPOLATOR); in createSoftwareExit()[all …]