Searched refs:PropertyAnimator (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp29 PropertyAnimator* animator = new PropertyAnimator(propertyValuesHolder,
109 PropertyAnimator::PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, function in class:android::uirenderer::PropertyAnimator
121 void PropertyAnimator::setCurrentPlayTime(nsecs_t playTime) {
134 void PropertyAnimator::setFraction(float fraction) {
H A DPropertyValuesAnimatorSet.h26 class PropertyAnimator { class in namespace:android::uirenderer
28 PropertyAnimator(PropertyValuesHolder* holder, Interpolator* interpolator, nsecs_t startDelay,
69 std::vector< std::unique_ptr<PropertyAnimator> > mAnimators;
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java1037 R.styleable.PropertyAnimator, 0, 0);
1039 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator);

Completed in 96 milliseconds