HomeSort by relevance Sort by last modified time
    Searched refs:syncProperties (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
VectorDrawable.cpp 104 mStagingProperties.syncProperties(path.mStagingProperties);
121 void Path::syncProperties() {
123 mProperties.syncProperties(mStagingProperties);
125 mStagingProperties.syncProperties(mProperties);
131 mStagingProperties.syncProperties(path.mStagingProperties);
246 void FullPath::syncProperties() {
247 Path::syncProperties();
250 mProperties.syncProperties(mStagingProperties);
253 mStagingProperties.syncProperties(mProperties);
321 mStagingProperties.syncProperties(group.mStagingProperties)
    [all...]
VectorDrawable.h 115 virtual void syncProperties() = 0;
136 void syncProperties(const PathProperties& prop) {
167 virtual void syncProperties() override;
226 void syncProperties(const FullPathProperties& prop) {
366 virtual void syncProperties() override;
422 void syncProperties(const GroupProperties& prop) {
506 virtual void syncProperties() override;
562 void syncProperties() {
574 mRootNode->syncProperties();
RenderNode.h 90 friend class TestUtils; // allow TestUtils to access syncDisplayList / syncProperties
317 void syncProperties();
RenderNode.cpp 440 void RenderNode::syncProperties() {
455 syncProperties();
496 vectorDrawable->syncProperties();
    [all...]
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 240 node->syncProperties();

Completed in 69 milliseconds