| 2984 | // the backing view, but we can at least offset the children so that they appear |
| 2985 | // at the right position. This allows the use of the margin attributes on root nodes. |
| 2986 | childrenViewOffsetX = _calculatedFrame.x; |
| 2987 | childrenViewOffsetY = _calculatedFrame.y; |
| 2988 | } |
| 2989 | |
| 2990 | float childrenRtlOffsetX = isInScrollMode() ? getOrCreateScrollState().getRtlOffsetX() : 0.0f; |
| 2991 | const auto& resolvedAnimator = resolveAnimator(parentAnimator); |
no test coverage detected