Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp260 mRunningVDAnimators.insert(mPendingVectorDrawableAnimators.begin(), in attachPendingVectorDrawableAnimators()
261 mPendingVectorDrawableAnimators.end()); in attachPendingVectorDrawableAnimators()
262 mPendingVectorDrawableAnimators.clear(); in attachPendingVectorDrawableAnimators()
394 mPendingVectorDrawableAnimators.clear(); in destroy()
398 mPendingVectorDrawableAnimators.insert(anim); in addVectorDrawableAnimator()
405 std::set< sp<PropertyValuesAnimatorSet> > mPendingVectorDrawableAnimators; member in android::RootRenderNode