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

Method cssNeedsUpdate

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

Source from the content-addressed store, hash-verified

3143 return ViewNodeIterator(this, getChildCount());
3144}
3145
3146void ViewNode::setZIndex(ViewTransactionScope& viewTransactionScope, int zIndex) {
3147 if (_zIndex != zIndex) {
3148 _zIndex = zIndex;
3149
3150 auto parent = getParent();

Callers 3

insertChildAtMethod · 0.80
setCurrentMethod · 0.80

Calls

no outgoing calls

Tested by 1