Home
last modified time | relevance | path

Searched refs:shouldOverridePullTransaction (Results 1 – 15 of 15) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0MountingCoordinator.cpp102 auto shouldOverridePullTransaction = mountingOverrideDelegate && in pullTransaction() local
103 mountingOverrideDelegate->shouldOverridePullTransaction(); in pullTransaction()
105 if (shouldOverridePullTransaction) { in pullTransaction()
138 if (!shouldOverridePullTransaction && lastRevision_.has_value()) { in pullTransaction()
H A DABI48_0_0MountingOverrideDelegate.h24 virtual bool shouldOverridePullTransaction() const = 0;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0MountingCoordinator.cpp103 auto shouldOverridePullTransaction = mountingOverrideDelegate && in pullTransaction() local
104 mountingOverrideDelegate->shouldOverridePullTransaction(); in pullTransaction()
106 if (shouldOverridePullTransaction) { in pullTransaction()
139 if (!shouldOverridePullTransaction && lastRevision_.has_value()) { in pullTransaction()
H A DABI47_0_0MountingOverrideDelegate.h24 virtual bool shouldOverridePullTransaction() const = 0;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0MountingCoordinator.cpp102 auto shouldOverridePullTransaction = mountingOverrideDelegate && in pullTransaction() local
103 mountingOverrideDelegate->shouldOverridePullTransaction(); in pullTransaction()
105 if (shouldOverridePullTransaction) { in pullTransaction()
138 if (!shouldOverridePullTransaction && lastRevision_.has_value()) { in pullTransaction()
H A DABI49_0_0MountingOverrideDelegate.h24 virtual bool shouldOverridePullTransaction() const = 0;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/tests/
H A DABI48_0_0LayoutAnimationTest.cpp207 ABI48_0_0EXPECT_TRUE(animationDriver->shouldOverridePullTransaction()); in testShadowNodeTreeLifeCycleLayoutAnimations()
209 ABI48_0_0EXPECT_FALSE(animationDriver->shouldOverridePullTransaction()); in testShadowNodeTreeLifeCycleLayoutAnimations()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/tests/
H A DABI49_0_0LayoutAnimationTest.cpp207 ABI49_0_0EXPECT_TRUE(animationDriver->shouldOverridePullTransaction()); in testShadowNodeTreeLifeCycleLayoutAnimations()
209 ABI49_0_0EXPECT_FALSE(animationDriver->shouldOverridePullTransaction()); in testShadowNodeTreeLifeCycleLayoutAnimations()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/tests/
H A DABI47_0_0LayoutAnimationTest.cpp208 ABI47_0_0EXPECT_TRUE(animationDriver->shouldOverridePullTransaction()); in testShadowNodeTreeLifeCycleLayoutAnimations()
210 ABI47_0_0EXPECT_FALSE(animationDriver->shouldOverridePullTransaction()); in testShadowNodeTreeLifeCycleLayoutAnimations()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI47_0_0LayoutAnimationKeyFrameManager.h66 bool shouldOverridePullTransaction() const override;
H A DABI47_0_0LayoutAnimationKeyFrameManager.cpp173 bool LayoutAnimationKeyFrameManager::shouldOverridePullTransaction() const { in shouldOverridePullTransaction() function in ABI47_0_0facebook::ABI47_0_0React::LayoutAnimationKeyFrameManager
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI48_0_0LayoutAnimationKeyFrameManager.h66 bool shouldOverridePullTransaction() const override;
H A DABI48_0_0LayoutAnimationKeyFrameManager.cpp159 bool LayoutAnimationKeyFrameManager::shouldOverridePullTransaction() const { in shouldOverridePullTransaction() function in ABI48_0_0facebook::ABI48_0_0React::LayoutAnimationKeyFrameManager
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/animations/
H A DABI49_0_0LayoutAnimationKeyFrameManager.h68 bool shouldOverridePullTransaction() const override;
H A DABI49_0_0LayoutAnimationKeyFrameManager.cpp164 bool LayoutAnimationKeyFrameManager::shouldOverridePullTransaction() const { in shouldOverridePullTransaction() function in ABI49_0_0facebook::ABI49_0_0React::LayoutAnimationKeyFrameManager