Searched refs:getVectorDrawable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h65 VectorDrawableRoot* getVectorDrawable() const { return mVectorDrawable.get(); } function in class:android::uirenderer::PropertyValuesAnimatorSet
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp174 anim->getVectorDrawable()->setPropertyChangeWillBeConsumed(false);
176 anim->getVectorDrawable()->markDirty();
180 anim->getVectorDrawable()->setPropertyChangeWillBeConsumed(false);
181 anim->getVectorDrawable()->markDirty();
276 if (!(*it)->getVectorDrawable()->getPropertyChangeWillBeConsumed()) {
294 if ((*it)->getVectorDrawable()->getPropertyChangeWillBeConsumed()) {

Completed in 122 milliseconds