Searched refs:SpringProperty (Results 1 – 1 of 1) sorted by relevance
51 private SpringProperty<T> mProperty;66 mProperty = new SpringProperty<>(property, mSpring); in SpringObjectAnimator()272 public static class SpringProperty<T> extends FloatProperty<T> { class in SpringObjectAnimator278 public SpringProperty(FloatProperty<T> property, SpringAnimation spring) { in SpringProperty() method in SpringObjectAnimator.SpringProperty