Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleForeground.java221 final ObjectAnimator tweenRadius = ObjectAnimator.ofFloat(this, TWEEN_RADIUS, 1); in startSoftwareEnter()
421 private static final FloatProperty<RippleForeground> TWEEN_RADIUS = field in RippleForeground