Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp222 mRunningVDAnimators.insert(mPendingVectorDrawableAnimators.begin(), in attachPendingVectorDrawableAnimators()
223 mPendingVectorDrawableAnimators.end()); in attachPendingVectorDrawableAnimators()
224 mPendingVectorDrawableAnimators.clear(); in attachPendingVectorDrawableAnimators()
356 mPendingVectorDrawableAnimators.clear(); in destroy()
360 mPendingVectorDrawableAnimators.insert(anim); in addVectorDrawableAnimator()
366 std::set< sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators; member in android::RootRenderNode