Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp204 mRunningVDAnimators.insert(mPendingVectorDrawableAnimators.begin(), in attachPendingVectorDrawableAnimators()
205 mPendingVectorDrawableAnimators.end()); in attachPendingVectorDrawableAnimators()
206 mPendingVectorDrawableAnimators.clear(); in attachPendingVectorDrawableAnimators()
338 mPendingVectorDrawableAnimators.clear(); in destroy()
342 mPendingVectorDrawableAnimators.insert(anim); in addVectorDrawableAnimator()
349 std::set< sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators; member in android::RootRenderNode