Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.h509 mStagingProperties.syncAnimatableProperties(copy->stagingProperties()); in Tree()
537 mProperties.syncAnimatableProperties(mStagingProperties); in syncProperties()
539 mStagingProperties.syncAnimatableProperties(mProperties); in syncProperties()
615 void syncAnimatableProperties(const TreeProperties& prop) { mRootAlpha = prop.mRootAlpha; } in syncAnimatableProperties() function