Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DRootRenderNode.cpp82 mRunningVDAnimators.insert(mPendingVectorDrawableAnimators.begin(), in attachPendingVectorDrawableAnimators()
83 mPendingVectorDrawableAnimators.end()); in attachPendingVectorDrawableAnimators()
84 mPendingVectorDrawableAnimators.clear(); in attachPendingVectorDrawableAnimators()
216 mPendingVectorDrawableAnimators.clear(); in destroy()
220 mPendingVectorDrawableAnimators.insert(anim); in addVectorDrawableAnimator()
H A DRootRenderNode.h63 std::set<sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators; variable