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

Method setOwner

valdi/src/java/com/snap/valdi/views/ValdiRootView.kt:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 /**
234 * Enqueues a callback that will be executed once a complete layout pass has finished.
235 * Will be called immediately if the layout is up to date.
236 */
237 fun onNextLayout(callback: () -> Unit) {
238 getValdiContext { it.onNextLayout(callback) }
239 }
240

Callers 10

YGNodeCloneFunction · 0.80
YGNodeFreeFunction · 0.80
YGNodeInsertChildFunction · 0.80
YGNodeSwapChildFunction · 0.80
YGNodeRemoveChildFunction · 0.80
YGNodeRemoveAllChildrenFunction · 0.80
YGNodeSetChildrenFunction · 0.80
NodeMethod · 0.80
cloneChildrenIfNeededMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected