Home
last modified time | relevance | path

Searched refs:TWEEN_ORIGIN (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()
249 final ObjectAnimator tweenOrigin = ObjectAnimator.ofFloat(this, TWEEN_ORIGIN, 1); in createSoftwareExit()
403 private static final FloatProperty<RippleForeground> TWEEN_ORIGIN = field in RippleForeground