| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0ViewShadowNode.cpp | 47 !viewProps.nativeId.empty() || viewProps.accessible || in initialize() 48 viewProps.opacity != 1.0 || viewProps.transform != Transform{} || in initialize() 49 (viewProps.zIndex.has_value() && in initialize() 52 viewProps.getClipsContentToBounds() || viewProps.events.bits.any() || in initialize() 54 viewProps.accessibilityElementsHidden || in initialize() 55 viewProps.accessibilityViewIsModal || in initialize() 57 viewProps.removeClippedSubviews; in initialize() 67 !viewProps.testId.empty(); in initialize() 71 viewProps.nativeForeground.has_value() || viewProps.focusable || in initialize() 72 viewProps.hasTVPreferredFocus || in initialize() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0ViewShadowNode.cpp | 47 !viewProps.nativeId.empty() || viewProps.accessible || in initialize() 48 viewProps.opacity != 1.0 || viewProps.transform != Transform{} || in initialize() 49 (viewProps.zIndex.has_value() && in initialize() 52 viewProps.getClipsContentToBounds() || viewProps.events.bits.any() || in initialize() 54 viewProps.accessibilityElementsHidden || in initialize() 55 viewProps.accessibilityViewIsModal || in initialize() 57 viewProps.removeClippedSubviews; in initialize() 67 !viewProps.testId.empty(); in initialize() 71 viewProps.nativeForeground.has_value() || viewProps.focusable || in initialize() 72 viewProps.hasTVPreferredFocus || in initialize() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0ViewShadowNode.cpp | 68 !viewProps.nativeId.empty() || viewProps.accessible || in initialize() 69 viewProps.opacity != 1.0 || viewProps.transform != Transform{} || in initialize() 70 (viewProps.zIndex.has_value() && in initialize() 73 viewProps.getClipsContentToBounds() || viewProps.events.bits.any() || in initialize() 75 viewProps.accessibilityElementsHidden || in initialize() 76 viewProps.accessibilityViewIsModal || in initialize() 78 viewProps.removeClippedSubviews; in initialize() 88 !viewProps.testId.empty(); in initialize() 92 viewProps.nativeForeground.has_value() || viewProps.focusable || in initialize() 93 viewProps.hasTVPreferredFocus || in initialize() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI47_0_0shadowTreeGeneration.h | 131 auto &viewProps = in messWithLayoutableOnlyFlag() local 139 viewProps.backgroundColor = in messWithLayoutableOnlyFlag() 144 viewProps.foregroundColor = in messWithLayoutableOnlyFlag() 149 viewProps.shadowColor = in messWithLayoutableOnlyFlag() 190 auto &viewProps = in messWithNodeFlattenednessFlags() local 194 viewProps.nativeId = ""; in messWithNodeFlattenednessFlags() 195 viewProps.collapsable = true; in messWithNodeFlattenednessFlags() 200 viewProps.zIndex = {}; in messWithNodeFlattenednessFlags() 203 viewProps.elevation = 0; in messWithNodeFlattenednessFlags() 205 viewProps.nativeId = "42"; in messWithNodeFlattenednessFlags() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI49_0_0shadowTreeGeneration.h | 132 auto &viewProps = in messWithLayoutableOnlyFlag() local 140 viewProps.backgroundColor = in messWithLayoutableOnlyFlag() 145 viewProps.foregroundColor = in messWithLayoutableOnlyFlag() 150 viewProps.shadowColor = in messWithLayoutableOnlyFlag() 191 auto &viewProps = in messWithNodeFlattenednessFlags() local 195 viewProps.nativeId = ""; in messWithNodeFlattenednessFlags() 196 viewProps.collapsable = true; in messWithNodeFlattenednessFlags() 201 viewProps.zIndex = {}; in messWithNodeFlattenednessFlags() 204 viewProps.elevation = 0; in messWithNodeFlattenednessFlags() 206 viewProps.nativeId = "42"; in messWithNodeFlattenednessFlags() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI48_0_0shadowTreeGeneration.h | 132 auto &viewProps = in messWithLayoutableOnlyFlag() local 140 viewProps.backgroundColor = in messWithLayoutableOnlyFlag() 145 viewProps.foregroundColor = in messWithLayoutableOnlyFlag() 150 viewProps.shadowColor = in messWithLayoutableOnlyFlag() 191 auto &viewProps = in messWithNodeFlattenednessFlags() local 195 viewProps.nativeId = ""; in messWithNodeFlattenednessFlags() 196 viewProps.collapsable = true; in messWithNodeFlattenednessFlags() 201 viewProps.zIndex = {}; in messWithNodeFlattenednessFlags() 204 viewProps.elevation = 0; in messWithNodeFlattenednessFlags() 206 viewProps.nativeId = "42"; in messWithNodeFlattenednessFlags() [all …]
|
| /expo/packages/expo-linear-gradient/build/ |
| H A D | NativeLinearGradient.js | 6 const { colors, locations, startPoint, endPoint, ...viewProps } = props; 8 return React.createElement(View, { ...viewProps });
|
| H A D | NativeLinearGradient.js.map | 1 …t, endPoint, ...viewProps } = props;\n console.warn('LinearGradient is not available on this plat…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/tests/ |
| H A D | ABI48_0_0ViewTest.cpp | 113 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in TEST_F() local 114 auto &props = *viewProps; in TEST_F() 124 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in TEST_F() 137 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in TEST_F() local 138 auto &props = *viewProps; in TEST_F() 143 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in TEST_F()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/tests/ |
| H A D | ABI49_0_0ViewTest.cpp | 113 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in TEST_F() local 114 auto &props = *viewProps; in TEST_F() 124 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in TEST_F() 137 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in TEST_F() local 138 auto &props = *viewProps; in TEST_F() 143 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in TEST_F()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/tests/ |
| H A D | ABI47_0_0ViewTest.cpp | 114 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in TEST_F() local 115 auto &props = *viewProps; in TEST_F() 125 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in TEST_F() 138 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in TEST_F() local 139 auto &props = *viewProps; in TEST_F() 144 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in TEST_F()
|
| /expo/packages/expo-linear-gradient/src/ |
| H A D | NativeLinearGradient.tsx | 9 const { colors, locations, startPoint, endPoint, ...viewProps } = props; 11 return <View {...(viewProps as any)} />;
|
| /expo/packages/expo-gl/build/ |
| H A D | GLView.js | 58 msaaSamples, enableExperimentalWorkletSupport, ...viewProps } = this.props; 59 return (React.createElement(View, { ...viewProps },
|
| /expo/ios/vendored/sdk49/react-native-pager-view/ios/Fabric/ |
| H A D | ABI49_0_0RNCPagerViewComponentView.mm | 30 const auto &viewProps = *std::static_pointer_cast<const ABI49_0_0RNCViewPagerProps>(_props); 31 …NSDictionary *options = @{ UIPageViewControllerOptionInterPageSpacingKey: @(viewProps.pageMargin) … 33 switch (viewProps.orientation) { 421 … const auto &viewProps = *std::static_pointer_cast<const ABI49_0_0RNCViewPagerProps>(_props); 422 scrollView.panGestureRecognizer.enabled = viewProps.scrollEnabled; 427 const auto &viewProps = *std::static_pointer_cast<const ABI49_0_0RNCViewPagerProps>(_props); 428 scrollView.panGestureRecognizer.enabled = viewProps.scrollEnabled;
|
| /expo/ios/vendored/unversioned/react-native-pager-view/ios/Fabric/ |
| H A D | RNCPagerViewComponentView.mm | 30 const auto &viewProps = *std::static_pointer_cast<const RNCViewPagerProps>(_props); 31 …NSDictionary *options = @{ UIPageViewControllerOptionInterPageSpacingKey: @(viewProps.pageMargin) … 33 switch (viewProps.orientation) { 421 const auto &viewProps = *std::static_pointer_cast<const RNCViewPagerProps>(_props); 422 scrollView.panGestureRecognizer.enabled = viewProps.scrollEnabled; 427 const auto &viewProps = *std::static_pointer_cast<const RNCViewPagerProps>(_props); 428 scrollView.panGestureRecognizer.enabled = viewProps.scrollEnabled;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI49_0_0StackingContextTest.cpp | 160 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in mutateViewShadowNodeProps_() local 161 callback(*viewProps); in mutateViewShadowNodeProps_() 162 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in mutateViewShadowNodeProps_()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI48_0_0StackingContextTest.cpp | 160 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in mutateViewShadowNodeProps_() local 161 callback(*viewProps); in mutateViewShadowNodeProps_() 162 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in mutateViewShadowNodeProps_()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/ |
| H A D | ABI47_0_0StackingContextTest.cpp | 161 auto viewProps = std::make_shared<ViewShadowNodeProps>(); in mutateViewShadowNodeProps_() local 162 callback(*viewProps); in mutateViewShadowNodeProps_() 163 return oldShadowNode.clone(ShadowNodeFragment{viewProps}); in mutateViewShadowNodeProps_()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI48_0_0LayoutAnimationKeyFrameManager.cpp | 466 auto const &viewProps = in pullTransaction() local 468 const_cast<ViewProps &>(viewProps).opacity = 0; in pullTransaction() 488 auto const &viewProps = in pullTransaction() local 490 const_cast<ViewProps &>(viewProps).transform = in pullTransaction() 589 auto const &viewProps = in pullTransaction() local 591 const_cast<ViewProps &>(viewProps).opacity = 0; in pullTransaction() 614 auto const &viewProps = in pullTransaction() local 616 const_cast<ViewProps &>(viewProps).transform = in pullTransaction()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI49_0_0LayoutAnimationKeyFrameManager.cpp | 470 auto const &viewProps = in pullTransaction() local 472 const_cast<ViewProps &>(viewProps).opacity = 0; in pullTransaction() 492 auto const &viewProps = in pullTransaction() local 494 const_cast<ViewProps &>(viewProps).transform = in pullTransaction() 593 auto const &viewProps = in pullTransaction() local 595 const_cast<ViewProps &>(viewProps).opacity = 0; in pullTransaction() 618 auto const &viewProps = in pullTransaction() local 620 const_cast<ViewProps &>(viewProps).transform = in pullTransaction()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/ |
| H A D | ABI47_0_0LayoutAnimationKeyFrameManager.cpp | 480 auto const &viewProps = in pullTransaction() local 482 const_cast<ViewProps &>(viewProps).opacity = 0; in pullTransaction() 502 auto const &viewProps = in pullTransaction() local 504 const_cast<ViewProps &>(viewProps).transform = in pullTransaction() 603 auto const &viewProps = in pullTransaction() local 605 const_cast<ViewProps &>(viewProps).opacity = 0; in pullTransaction() 628 auto const &viewProps = in pullTransaction() local 630 const_cast<ViewProps &>(viewProps).transform = in pullTransaction()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/ |
| H A D | ABI49_0_0ShadowTree.cpp | 457 auto const &viewProps = in emitLayoutEvents() local 459 if (!viewProps.onLayout) { in emitLayoutEvents()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/ |
| H A D | ABI48_0_0ShadowTree.cpp | 449 auto const &viewProps = in emitLayoutEvents() local 451 if (!viewProps.onLayout) { in emitLayoutEvents()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/ |
| H A D | ABI47_0_0ShadowTree.cpp | 450 auto const &viewProps = in emitLayoutEvents() local 452 if (!viewProps.onLayout) { in emitLayoutEvents()
|
| /expo/packages/expo-gl/src/ |
| H A D | GLView.tsx | 97 ...viewProps 101 <View {...viewProps}>
|