MCPcopy Create free account
hub / github.com/Snapchat/Valdi / setScaleY

Method setScaleY

valdi/src/valdi/runtime/Context/ViewNode.cpp:3596–3605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3594 viewStats.addLayout();
3595 }
3596
3597 for (const auto* child : *this) {
3598 child->populateViewStats(viewStats);
3599 }
3600}
3601
3602void ViewNode::setRawId(RawViewNodeId rawId) {
3603 _rawId = rawId;
3604}
3605
3606RawViewNodeId ViewNode::getRawId() const {
3607 return _rawId;
3608}

Callers 2

TESTFunction · 0.45

Calls 1

Tested by 1

TESTFunction · 0.36