Searched refs:TWEEN_RADIUS (Results 1 – 1 of 1) sorted by relevance
173 final ObjectAnimator tweenRadius = ObjectAnimator.ofFloat(this, TWEEN_RADIUS, 1); in createSoftwareEnter()244 final ObjectAnimator tweenRadius = ObjectAnimator.ofFloat(this, TWEEN_RADIUS, 1); in createSoftwareExit()386 private static final FloatProperty<RippleForeground> TWEEN_RADIUS = field in RippleForeground