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

Method setNeedsLayout

snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:640–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640void Layer::setNeedsLayout() {
641 requestLayout(this);
642}
643
644void Layer::requestLayout(ILayer* /*layer*/) {
645 if (_needsLayout) {

Callers 3

invalidateViewLayoutMethod · 0.80
TEST_FFunction · 0.80
onYogaNodeDirtyFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64