Home
last modified time | relevance | path

Searched refs:mutatedShadowView (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_0LayoutAnimationDriver.cpp54 auto mutatedShadowView = createInterpolatedShadowView( in animationMutationsForFrame() local
59 keyframe.viewPrev, mutatedShadowView, keyframe.parentView)); in animationMutationsForFrame()
63 keyframe.viewPrev = std::move(mutatedShadowView); in animationMutationsForFrame()
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp1131 auto mutatedShadowView = ShadowView(finalView); in createInterpolatedShadowView() local
1132 ABI48_0_0React_native_assert(mutatedShadowView.tag > 0); in createInterpolatedShadowView()
1143 mutatedShadowView.props = componentDescriptor.interpolateProps( in createInterpolatedShadowView()
1145 ABI48_0_0React_native_assert(mutatedShadowView.props != nullptr); in createInterpolatedShadowView()
1146 if (mutatedShadowView.props == nullptr) { in createInterpolatedShadowView()
1170 mutatedShadowView.layoutMetrics = interpolatedLayoutMetrics; in createInterpolatedShadowView()
1172 return mutatedShadowView; in createInterpolatedShadowView()
1254 auto mutatedShadowView = in queueFinalMutationsForCompletedKeyFrame() local
1257 keyframe.viewPrev, mutatedShadowView, keyframe.parentView); in queueFinalMutationsForCompletedKeyFrame()
1268 mutatedShadowView, keyframe.viewEnd, keyframe.parentView); in queueFinalMutationsForCompletedKeyFrame()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationDriver.cpp54 auto mutatedShadowView = createInterpolatedShadowView( in animationMutationsForFrame() local
59 keyframe.viewPrev, mutatedShadowView, keyframe.parentView)); in animationMutationsForFrame()
63 keyframe.viewPrev = std::move(mutatedShadowView); in animationMutationsForFrame()
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp1145 auto mutatedShadowView = ShadowView(finalView); in createInterpolatedShadowView() local
1146 ABI49_0_0React_native_assert(mutatedShadowView.tag > 0); in createInterpolatedShadowView()
1157 mutatedShadowView.props = componentDescriptor.interpolateProps( in createInterpolatedShadowView()
1159 ABI49_0_0React_native_assert(mutatedShadowView.props != nullptr); in createInterpolatedShadowView()
1160 if (mutatedShadowView.props == nullptr) { in createInterpolatedShadowView()
1184 mutatedShadowView.layoutMetrics = interpolatedLayoutMetrics; in createInterpolatedShadowView()
1186 return mutatedShadowView; in createInterpolatedShadowView()
1265 auto mutatedShadowView = in queueFinalMutationsForCompletedKeyFrame() local
1268 keyframe.viewPrev, mutatedShadowView, keyframe.parentView); in queueFinalMutationsForCompletedKeyFrame()
1279 mutatedShadowView, keyframe.viewEnd, keyframe.parentView); in queueFinalMutationsForCompletedKeyFrame()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationDriver.cpp55 auto mutatedShadowView = createInterpolatedShadowView( in animationMutationsForFrame() local
60 keyframe.viewPrev, mutatedShadowView)); in animationMutationsForFrame()
64 keyframe.viewPrev = std::move(mutatedShadowView); in animationMutationsForFrame()
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp1145 auto mutatedShadowView = ShadowView(finalView); in createInterpolatedShadowView() local
1146 ABI47_0_0React_native_assert(mutatedShadowView.tag > 0); in createInterpolatedShadowView()
1157 mutatedShadowView.props = componentDescriptor.interpolateProps( in createInterpolatedShadowView()
1159 ABI47_0_0React_native_assert(mutatedShadowView.props != nullptr); in createInterpolatedShadowView()
1160 if (mutatedShadowView.props == nullptr) { in createInterpolatedShadowView()
1184 mutatedShadowView.layoutMetrics = interpolatedLayoutMetrics; in createInterpolatedShadowView()
1186 return mutatedShadowView; in createInterpolatedShadowView()
1266 auto mutatedShadowView = in queueFinalMutationsForCompletedKeyFrame() local
1269 keyframe.viewPrev, mutatedShadowView); in queueFinalMutationsForCompletedKeyFrame()
1280 mutatedShadowView, keyframe.viewEnd); in queueFinalMutationsForCompletedKeyFrame()