Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java173 final ObjectAnimator tweenRadius = ObjectAnimator.ofFloat(this, TWEEN_RADIUS, 1); in createSoftwareEnter() local
174 tweenRadius.setAutoCancel(true); in createSoftwareEnter()
175 tweenRadius.setDuration(duration); in createSoftwareEnter()
176 tweenRadius.setInterpolator(LINEAR_INTERPOLATOR); in createSoftwareEnter()
177 tweenRadius.setStartDelay(RIPPLE_ENTER_DELAY); in createSoftwareEnter()
191 set.play(tweenOrigin).with(tweenRadius).with(opacity); in createSoftwareEnter()
244 final ObjectAnimator tweenRadius = ObjectAnimator.ofFloat(this, TWEEN_RADIUS, 1); in createSoftwareExit() local
245 tweenRadius.setAutoCancel(true); in createSoftwareExit()
246 tweenRadius.setDuration(radiusDuration); in createSoftwareExit()
247 tweenRadius.setInterpolator(DECELERATE_INTERPOLATOR); in createSoftwareExit()
[all …]