Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPropertyValuesAnimatorSet.cpp25 void PropertyValuesAnimatorSet::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder, in addPropertyAnimator()
39 PropertyValuesAnimatorSet::PropertyValuesAnimatorSet() : BaseRenderNodeAnimator(1.0f) { in PropertyValuesAnimatorSet() function in android::uirenderer::PropertyValuesAnimatorSet
46 void PropertyValuesAnimatorSet::onFinished(BaseRenderNodeAnimator* animator) { in onFinished()
62 float PropertyValuesAnimatorSet::getValue(RenderNode* target) const { in getValue()
66 void PropertyValuesAnimatorSet::setValue(RenderNode* target, float value) { in setValue()
70 void PropertyValuesAnimatorSet::onPlayTimeChanged(nsecs_t playTime) { in onPlayTimeChanged()
86 void PropertyValuesAnimatorSet::start(AnimationListener* listener) { in start()
93 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener) { in reverse()
100 void PropertyValuesAnimatorSet::reset() { in reset()
105 void PropertyValuesAnimatorSet::end() { in end()
[all …]
DPropertyValuesAnimatorSet.h47 class ANDROID_API PropertyValuesAnimatorSet : public BaseRenderNodeAnimator {
50 PropertyValuesAnimatorSet();
90 explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {} in PropertyAnimatorSetListener()
94 PropertyValuesAnimatorSet* mSet;
DAndroid.bp219 "PropertyValuesAnimatorSet.cpp",
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp89 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in addAnimator()
97 PropertyValuesAnimatorSet* animatorSet = new PropertyValuesAnimatorSet(); in createAnimatorSet()
103 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr); in setVectorDrawableTarget()
167 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in start()
173 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in reverse()
179 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in end()
184 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in reset()
Dandroid_view_ThreadedRenderer.cpp123 explicit FinishAndInvokeListener(PropertyValuesAnimatorSet* anim) in FinishAndInvokeListener()
141 sp<PropertyValuesAnimatorSet> mAnimator;
359 void addVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) { in addVectorDrawableAnimator()
366 std::set< sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators;
367 std::set< sp<PropertyValuesAnimatorSet> > mRunningVDAnimators;
375 std::set< sp<PropertyValuesAnimatorSet> > mPausedVDAnimators;
376 void detachVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) { in detachVectorDrawableAnimator()
714 PropertyValuesAnimatorSet* animator = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr); in android_view_ThreadedRenderer_registerVectorDrawableAnimator()