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

Method isRightToLeft

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

Source from the content-addressed store, hash-verified

2977 }
2978
2979 if (!shouldVisitChildren) {
2980 return calculatedFrameDidChange;
2981 }
2982
2983 float childrenViewOffsetX = 0.0f;
2984 float childrenViewOffsetY = 0.0f;
2985
2986 if (isLayout()) {
2987 // If we are a layout node, we won't have a view so we need to compute the offset

Callers 7

notifyViewMethod · 0.45
measureMethod · 0.45
postprocessBoxShadowFunction · 0.45
postprocessGradientFunction · 0.45
postprocessBorderRadiusFunction · 0.45
onApplyMethod · 0.45

Calls 2

directionMethod · 0.80
resolveRefFunction · 0.50

Tested by

no test coverage detected