Home
last modified time | relevance | path

Searched refs:layoutableAncestorShadowNode (Results 1 – 3 of 3) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.cpp278 auto layoutableAncestorShadowNode = in getRelativeLayoutMetrics() local
281 if (!layoutableAncestorShadowNode) { in getRelativeLayoutMetrics()
286 shadowNode.getFamily(), *layoutableAncestorShadowNode, policy); in getRelativeLayoutMetrics()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.cpp275 auto layoutableAncestorShadowNode = in getRelativeLayoutMetrics() local
278 if (layoutableAncestorShadowNode == nullptr) { in getRelativeLayoutMetrics()
283 shadowNode.getFamily(), *layoutableAncestorShadowNode, policy); in getRelativeLayoutMetrics()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.cpp295 auto layoutableAncestorShadowNode = in getRelativeLayoutMetrics() local
298 if (layoutableAncestorShadowNode == nullptr) { in getRelativeLayoutMetrics()
303 shadowNode.getFamily(), *layoutableAncestorShadowNode, policy); in getRelativeLayoutMetrics()