Home
last modified time | relevance | path

Searched refs:startingView (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp1110 ShadowView const &startingView, in createInterpolatedShadowView() argument
1112 ABI48_0_0React_native_assert(startingView.tag > 0); in createInterpolatedShadowView()
1114 if (!hasComponentDescriptorForShadowView(startingView)) { in createInterpolatedShadowView()
1116 << startingView.tag << "]"; in createInterpolatedShadowView()
1122 getComponentDescriptorForShadowView(startingView); in createInterpolatedShadowView()
1134 ABI48_0_0React_native_assert(startingView.props != nullptr); in createInterpolatedShadowView()
1136 if (startingView.props == nullptr || finalView.props == nullptr) { in createInterpolatedShadowView()
1144 propsParserContext, progress, startingView.props, finalView.props); in createInterpolatedShadowView()
1152 LayoutMetrics const &baselineLayoutMetrics = startingView.layoutMetrics; in createInterpolatedShadowView()
H A DABI48_0_0LayoutAnimationKeyFrameManager.h125 ShadowView const &startingView,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp1124 ShadowView const &startingView, in createInterpolatedShadowView() argument
1126 ABI49_0_0React_native_assert(startingView.tag > 0); in createInterpolatedShadowView()
1128 if (!hasComponentDescriptorForShadowView(startingView)) { in createInterpolatedShadowView()
1130 << startingView.tag << "]"; in createInterpolatedShadowView()
1136 getComponentDescriptorForShadowView(startingView); in createInterpolatedShadowView()
1148 ABI49_0_0React_native_assert(startingView.props != nullptr); in createInterpolatedShadowView()
1150 if (startingView.props == nullptr || finalView.props == nullptr) { in createInterpolatedShadowView()
1158 propsParserContext, progress, startingView.props, finalView.props); in createInterpolatedShadowView()
1166 LayoutMetrics const &baselineLayoutMetrics = startingView.layoutMetrics; in createInterpolatedShadowView()
H A DABI49_0_0LayoutAnimationKeyFrameManager.h121 ShadowView const &startingView,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp1124 ShadowView const &startingView, in createInterpolatedShadowView() argument
1126 ABI47_0_0React_native_assert(startingView.tag > 0); in createInterpolatedShadowView()
1128 if (!hasComponentDescriptorForShadowView(startingView)) { in createInterpolatedShadowView()
1130 << startingView.tag << "]"; in createInterpolatedShadowView()
1136 getComponentDescriptorForShadowView(startingView); in createInterpolatedShadowView()
1148 ABI47_0_0React_native_assert(startingView.props != nullptr); in createInterpolatedShadowView()
1150 if (startingView.props == nullptr || finalView.props == nullptr) { in createInterpolatedShadowView()
1158 propsParserContext, progress, startingView.props, finalView.props); in createInterpolatedShadowView()
1166 LayoutMetrics const &baselineLayoutMetrics = startingView.layoutMetrics; in createInterpolatedShadowView()
H A DABI47_0_0LayoutAnimationKeyFrameManager.h125 ShadowView const &startingView,