Searched refs:mutateProperties (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.cpp89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue);
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue);
104 mPath->mutateProperties()->setData(mPathData);
109 mTree->mutateProperties()->setRootAlpha(animatedValue);
H A DVectorDrawable.h192 PathProperties* mutateProperties() { return &mProperties; } function in class:android::uirenderer::VectorDrawable::Path
342 FullPathProperties* mutateProperties() { return &mProperties; } function in class:android::uirenderer::VectorDrawable::FullPath
463 GroupProperties* mutateProperties() { return &mProperties; } function in class:android::uirenderer::VectorDrawable::Group
632 TreeProperties* mutateProperties() { return &mProperties; } function in class:android::uirenderer::VectorDrawable::Tree
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp105 ASSERT_EQ(vectorDrawable.mutateProperties()->getBounds(), bounds);
H A DVectorDrawableTests.cpp358 VectorDrawable::Group::GroupProperties* properties = group.mutateProperties();
H A DSkiaPipelineTests.cpp75 dirtyVD->mutateProperties()->setScaledSize(5, 5);

Completed in 103 milliseconds