Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DSpringObjectAnimator.java51 private SpringProperty<T> mProperty; field in SpringObjectAnimator
66 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.SpringProperty
280 mProperty = property; in SpringProperty()
290 return mProperty.get(object); in get()
298 mProperty.setValue(object, progress); in setValue()
/packages/apps/TV/common/src/com/android/tv/common/feature/
DPropertyFeature.java33 private final BooleanSystemProperty mProperty; field in PropertyFeature
52 mProperty = new BooleanSystemProperty(key, defaultValue); in PropertyFeature()
57 return mProperty.getValue(); in isEnabled()
62 return mProperty.toString(); in toString()