Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRootRenderNode.cpp83 mRunningVDAnimators.insert(mPendingVectorDrawableAnimators.begin(), in attachPendingVectorDrawableAnimators()
84 mPendingVectorDrawableAnimators.end()); in attachPendingVectorDrawableAnimators()
85 mPendingVectorDrawableAnimators.clear(); in attachPendingVectorDrawableAnimators()
217 mPendingVectorDrawableAnimators.clear(); in destroy()
221 mPendingVectorDrawableAnimators.insert(anim); in addVectorDrawableAnimator()
DRootRenderNode.h63 std::set<sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators; variable