| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/modal/ |
| H A D | ABI48_0_0ModalHostViewComponentDescriptor.h | 30 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 D | ABI48_0_0InputAccessoryComponentDescriptor.h | 29 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 D | ABI47_0_0ModalHostViewComponentDescriptor.h | 30 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 D | ABI49_0_0ModalHostViewComponentDescriptor.h | 30 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 D | ABI49_0_0InputAccessoryComponentDescriptor.h | 29 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 D | ABI47_0_0InputAccessoryComponentDescriptor.h | 29 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 D | ABI47_0_0LayoutableShadowNode.cpp | 186 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 D | ABI48_0_0SafeAreaViewComponentDescriptor.h | 31 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 D | ABI47_0_0SafeAreaViewComponentDescriptor.h | 31 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 D | ABI49_0_0SafeAreaViewComponentDescriptor.h | 31 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 D | ABI49_0_0ShadowView.cpp | 17 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 D | ABI48_0_0ShadowView.cpp | 16 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 D | ABI47_0_0ShadowView.cpp | 17 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 D | ABI48_0_0LayoutableShadowNode.cpp | 265 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 D | ABI49_0_0LayoutableShadowNode.cpp | 279 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 D | ABI48_0_0ParagraphShadowNode.cpp | 208 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 D | ABI47_0_0ParagraphShadowNode.cpp | 208 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 D | ABI49_0_0ParagraphShadowNode.cpp | 206 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 D | ABI48_0_0UIManagerBinding.cpp | 564 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 D | ABI49_0_0UIManagerBinding.cpp | 591 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 D | ABI47_0_0UIManagerBinding.cpp | 568 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 D | NativeReanimatedModule.cpp | 631 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 D | NativeReanimatedModule.cpp | 631 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 D | NativeReanimatedModule.cpp | 631 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 D | NativeReanimatedModule.cpp | 631 auto layoutableShadowNode = in measure() local 634 layoutableShadowNode != nullptr in measure() 635 ? layoutableShadowNode->getLayoutMetrics().frame.origin in measure()
|