Home
last modified time | relevance | path

Searched refs:layoutableShadowNode (Results 1 – 25 of 25) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI48_0_0ModalHostViewComponentDescriptor.h30 auto layoutableShadowNode = in adopt() local
38 layoutableShadowNode->setSize( in adopt()
40 layoutableShadowNode->setPositionType(ABI48_0_0YGPositionTypeAbsolute); in adopt()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI48_0_0InputAccessoryComponentDescriptor.h29 auto layoutableShadowNode = in adopt() local
37 layoutableShadowNode->setSize( in adopt()
39 layoutableShadowNode->setPositionType(ABI48_0_0YGPositionTypeAbsolute); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI47_0_0ModalHostViewComponentDescriptor.h30 auto layoutableShadowNode = in adopt() local
38 layoutableShadowNode->setSize( in adopt()
40 layoutableShadowNode->setPositionType(ABI47_0_0YGPositionTypeAbsolute); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/modal/
H A DABI49_0_0ModalHostViewComponentDescriptor.h30 auto layoutableShadowNode = in adopt() local
38 layoutableShadowNode->setSize( in adopt()
40 layoutableShadowNode->setPositionType(ABI49_0_0YGPositionTypeAbsolute); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI49_0_0InputAccessoryComponentDescriptor.h29 auto layoutableShadowNode = in adopt() local
37 layoutableShadowNode->setSize( in adopt()
39 layoutableShadowNode->setPositionType(ABI49_0_0YGPositionTypeAbsolute); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/inputaccessory/
H A DABI47_0_0InputAccessoryComponentDescriptor.h29 auto layoutableShadowNode = in adopt() local
37 layoutableShadowNode->setSize( in adopt()
39 layoutableShadowNode->setPositionType(ABI47_0_0YGPositionTypeAbsolute); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0LayoutableShadowNode.cpp186 auto &layoutableShadowNode = in measure() local
192 layoutableShadowNode.layoutTree(localLayoutContext, layoutConstraints); in measure()
194 return layoutableShadowNode.getLayoutMetrics().frame.size; in measure()
208 auto layoutableShadowNode = in findNodeAtPoint() local
211 if (!layoutableShadowNode) { in findNodeAtPoint()
214 auto frame = layoutableShadowNode->getLayoutMetrics().frame; in findNodeAtPoint()
215 auto transformedFrame = frame * layoutableShadowNode->getTransform(); in findNodeAtPoint()
223 layoutableShadowNode->getContentOriginOffset(); in findNodeAtPoint()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI48_0_0SafeAreaViewComponentDescriptor.h31 auto layoutableShadowNode = in adopt() local
40 layoutableShadowNode->setPadding(stateData.padding); in adopt()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI47_0_0SafeAreaViewComponentDescriptor.h31 auto layoutableShadowNode = in adopt() local
40 layoutableShadowNode->setPadding(stateData.padding); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/safeareaview/
H A DABI49_0_0SafeAreaViewComponentDescriptor.h31 auto layoutableShadowNode = in adopt() local
40 layoutableShadowNode->setPadding(stateData.padding); in adopt()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowView.cpp17 auto layoutableShadowNode = in layoutMetricsFromShadowNode() local
19 return layoutableShadowNode != nullptr in layoutMetricsFromShadowNode()
20 ? layoutableShadowNode->getLayoutMetrics() in layoutMetricsFromShadowNode()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowView.cpp16 auto layoutableShadowNode = in layoutMetricsFromShadowNode() local
18 return layoutableShadowNode != nullptr in layoutMetricsFromShadowNode()
19 ? layoutableShadowNode->getLayoutMetrics() in layoutMetricsFromShadowNode()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowView.cpp17 auto layoutableShadowNode = in layoutMetricsFromShadowNode() local
19 return layoutableShadowNode ? layoutableShadowNode->getLayoutMetrics() in layoutMetricsFromShadowNode()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0LayoutableShadowNode.cpp265 auto &layoutableShadowNode = in measure() local
271 layoutableShadowNode.layoutTree(localLayoutContext, layoutConstraints); in measure()
273 return layoutableShadowNode.getLayoutMetrics().frame.size; in measure()
287 auto layoutableShadowNode = in findNodeAtPoint() local
290 if (layoutableShadowNode == nullptr) { in findNodeAtPoint()
293 auto frame = layoutableShadowNode->getLayoutMetrics().frame; in findNodeAtPoint()
294 auto transformedFrame = frame * layoutableShadowNode->getTransform(); in findNodeAtPoint()
302 layoutableShadowNode->getContentOriginOffset(); in findNodeAtPoint()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0LayoutableShadowNode.cpp279 auto &layoutableShadowNode = in measure() local
285 layoutableShadowNode.layoutTree(localLayoutContext, layoutConstraints); in measure()
287 return layoutableShadowNode.getLayoutMetrics().frame.size; in measure()
301 auto layoutableShadowNode = in findNodeAtPoint() local
304 if (layoutableShadowNode == nullptr) { in findNodeAtPoint()
307 auto frame = layoutableShadowNode->getLayoutMetrics().frame; in findNodeAtPoint()
308 auto transformedFrame = frame * layoutableShadowNode->getTransform(); in findNodeAtPoint()
316 layoutableShadowNode->getContentOriginOffset(); in findNodeAtPoint()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0ParagraphShadowNode.cpp208 auto &layoutableShadowNode = const_cast<LayoutableShadowNode &>( in layout() local
221 layoutableShadowNode.layoutTree( in layout()
226 auto attachmentLayoutMetrics = layoutableShadowNode.getLayoutMetrics(); in layout()
228 layoutableShadowNode.setLayoutMetrics(attachmentLayoutMetrics); in layout()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0ParagraphShadowNode.cpp208 auto &layoutableShadowNode = const_cast<LayoutableShadowNode &>( in layout() local
221 layoutableShadowNode.layoutTree( in layout()
226 auto attachmentLayoutMetrics = layoutableShadowNode.getLayoutMetrics(); in layout()
228 layoutableShadowNode.setLayoutMetrics(attachmentLayoutMetrics); in layout()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0ParagraphShadowNode.cpp206 auto &layoutableShadowNode = in layout() local
219 layoutableShadowNode.layoutTree( in layout()
224 auto attachmentLayoutMetrics = layoutableShadowNode.getLayoutMetrics(); in layout()
226 layoutableShadowNode.setLayoutMetrics(attachmentLayoutMetrics); in layout()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManagerBinding.cpp564 auto layoutableShadowNode = traitCast<LayoutableShadowNode const *>( in get() local
566 Point originRelativeToParent = layoutableShadowNode != nullptr in get()
567 ? layoutableShadowNode->getLayoutMetrics().frame.origin in get()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManagerBinding.cpp591 auto layoutableShadowNode = traitCast<LayoutableShadowNode const *>( in get() local
593 Point originRelativeToParent = layoutableShadowNode != nullptr in get()
594 ? layoutableShadowNode->getLayoutMetrics().frame.origin in get()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManagerBinding.cpp568 auto layoutableShadowNode = traitCast<LayoutableShadowNode const *>( in get() local
570 Point originRelativeToParent = layoutableShadowNode in get()
571 ? layoutableShadowNode->getLayoutMetrics().frame.origin in get()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp631 auto layoutableShadowNode = in measure() local
634 layoutableShadowNode != nullptr in measure()
635 ? layoutableShadowNode->getLayoutMetrics().frame.origin in measure()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp631 auto layoutableShadowNode = in measure() local
634 layoutableShadowNode != nullptr in measure()
635 ? layoutableShadowNode->getLayoutMetrics().frame.origin in measure()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp631 auto layoutableShadowNode = in measure() local
634 layoutableShadowNode != nullptr in measure()
635 ? layoutableShadowNode->getLayoutMetrics().frame.origin in measure()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp631 auto layoutableShadowNode = in measure() local
634 layoutableShadowNode != nullptr in measure()
635 ? layoutableShadowNode->getLayoutMetrics().frame.origin in measure()