| 1707 | } else if (_attributesApplier.getBoundAttributes() != nullptr && |
| 1708 | _attributesApplier.getBoundAttributes()->getMeasureDelegate() != nullptr) { |
| 1709 | VALDI_TRACE("Valdi.onMeasureNode.delegate"); |
| 1710 | measuredSize = _attributesApplier.getBoundAttributes()->getMeasureDelegate()->measure( |
| 1711 | *this, measureWidth, widthMode, measureHeight, heightMode); |
| 1712 | } else if (_lazyLayoutData != nullptr) { |
| 1713 | measuredSize = Size(_lazyLayoutData->estimatedWidth, _lazyLayoutData->estimatedHeight); |
| 1714 | } else { |
no outgoing calls