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

Method getChildrenSpaceHeight

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

Source from the content-addressed store, hash-verified

1360 } else {
1361 scheduleUpdates();
1362 }
1363 }
1364}
1365
1366bool ViewNode::calculatedViewportHasChildNeedsUpdate() const {
1367 return _flags[kCalculatedViewportHasChildNeedsUpdateFlag];
1368}
1369
1370const Frame& ViewNode::getViewFrame() const {
1371 return _viewFrame;

Callers 2

TESTFunction · 0.80
rebuildMethod · 0.80

Calls 1

isInScrollModeMethod · 0.45

Tested by 1

TESTFunction · 0.64