| 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 |
no test coverage detected