Searched refs:PropertyValuesAnimatorSet (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp17 #include "PropertyValuesAnimatorSet.h"
25 void PropertyValuesAnimatorSet::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder,
39 PropertyValuesAnimatorSet::PropertyValuesAnimatorSet() function in class:android::uirenderer::PropertyValuesAnimatorSet
47 void PropertyValuesAnimatorSet::onFinished(BaseRenderNodeAnimator* animator) {
63 float PropertyValuesAnimatorSet::getValue(RenderNode* target) const {
67 void PropertyValuesAnimatorSet::setValue(RenderNode* target, float value) {
71 void PropertyValuesAnimatorSet::onPlayTimeChanged(nsecs_t playTime) {
87 void PropertyValuesAnimatorSet::start(AnimationListener* listener) {
94 void PropertyValuesAnimatorSet
[all...]
H A DPropertyValuesAnimatorSet.h49 class ANDROID_API PropertyValuesAnimatorSet : public BaseRenderNodeAnimator { class in namespace:android::uirenderer
52 PropertyValuesAnimatorSet();
92 explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {}
96 PropertyValuesAnimatorSet* mSet;
H A DAndroid.mk103 PropertyValuesAnimatorSet.cpp \
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp26 #include "PropertyValuesAnimatorSet.h"
89 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr);
97 PropertyValuesAnimatorSet* animatorSet = new PropertyValuesAnimatorSet();
103 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr);
167 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr);
173 PropertyValuesAnimatorSet* se
[all...]
H A Dandroid_view_ThreadedRenderer.cpp50 #include <PropertyValuesAnimatorSet.h>
106 explicit FinishAndInvokeListener(PropertyValuesAnimatorSet* anim)
124 sp<PropertyValuesAnimatorSet> mAnimator;
341 void addVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) {
349 std::set< sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators;
350 std::set< sp<PropertyValuesAnimatorSet> > mRunningVDAnimators;
358 std::set< sp<PropertyValuesAnimatorSet> > mPausedVDAnimators;
359 void detachVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) {
724 PropertyValuesAnimatorSet* animator = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPt
[all...]

Completed in 310 milliseconds