Searched refs:mProperty (Results 1 – 2 of 2) sorted by relevance
51 private SpringProperty<T> mProperty; field in SpringObjectAnimator66 mProperty = new SpringProperty<>(property, mSpring); in SpringObjectAnimator()67 mObjectAnimator = ObjectAnimator.ofFloat(object, mProperty, values); in SpringObjectAnimator()135 mProperty.switchToSpring(); in startSpring()275 final FloatProperty<T> mProperty; field in SpringObjectAnimator.SpringProperty280 mProperty = property; in SpringProperty()290 return mProperty.get(object); in get()298 mProperty.setValue(object, progress); in setValue()
33 private final BooleanSystemProperty mProperty; field in PropertyFeature52 mProperty = new BooleanSystemProperty(key, defaultValue); in PropertyFeature()57 return mProperty.getValue(); in isEnabled()62 return mProperty.toString(); in toString()