Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java179 final ObjectAnimator tweenOrigin = ObjectAnimator.ofFloat(this, TWEEN_ORIGIN, 1); in createSoftwareEnter() local
180 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() local
250 tweenOrigin.setAutoCancel(true); in createSoftwareExit()
251 tweenOrigin.setDuration(originDuration); in createSoftwareExit()
252 tweenOrigin.setInterpolator(DECELERATE_INTERPOLATOR); in createSoftwareExit()
[all …]