Searched refs:PropertyValuesAnimatorSet (Results 1 – 7 of 7) sorted by relevance
39 PropertyValuesAnimatorSet::PropertyValuesAnimatorSet() : BaseRenderNodeAnimator(1.0f) { in PropertyValuesAnimatorSet() function in android::uirenderer::PropertyValuesAnimatorSet46 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()110 void PropertyValuesAnimatorSet::init() { in init()[all …]
58 void addVectorDrawableAnimator(PropertyValuesAnimatorSet* anim);63 std::set<sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators;64 std::set<sp<PropertyValuesAnimatorSet> > mRunningVDAnimators;72 std::set<sp<PropertyValuesAnimatorSet> > mPausedVDAnimators;74 void detachVectorDrawableAnimator(PropertyValuesAnimatorSet* anim);
47 class PropertyValuesAnimatorSet : public BaseRenderNodeAnimator {50 PropertyValuesAnimatorSet();90 explicit PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {} in PropertyAnimatorSetListener()94 PropertyValuesAnimatorSet* mSet;
28 explicit FinishAndInvokeListener(PropertyValuesAnimatorSet* anim) : mAnimator(anim) { in FinishAndInvokeListener()46 sp<PropertyValuesAnimatorSet> mAnimator;219 void RootRenderNode::addVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) { in addVectorDrawableAnimator()223 void RootRenderNode::detachVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) { in detachVectorDrawableAnimator()302 void RootRenderNode::addVectorDrawableAnimator(PropertyValuesAnimatorSet* anim) { }
535 "PropertyValuesAnimatorSet.cpp",
86 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in addAnimator()94 PropertyValuesAnimatorSet* animatorSet = new PropertyValuesAnimatorSet(); in createAnimatorSet()100 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr); in setVectorDrawableTarget()164 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in start()170 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in reverse()176 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in end()181 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in reset()
289 PropertyValuesAnimatorSet* animator = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr); in android_view_ThreadedRenderer_registerVectorDrawableAnimator()