Home
last modified time | relevance | path

Searched defs:shadowTree (Results 1 – 25 of 25) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI47_0_0StateReconciliationTest.cpp28 ShadowTree const &shadowTree, in shadowTreeWillCommit()
35 ShadowTree const &shadowTree, in shadowTreeDidFinishTransaction()
51 ShadowTree const &shadowTree, in findDescendantNode()
103 ShadowTree shadowTree{ in TEST() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.cpp145 shadowTreeRegistry_.visit(surfaceId, [&](ShadowTree const &shadowTree) { in completeSurface()
170 ShadowTree::Unique &&shadowTree, in startSurface()
207 auto shadowTree = getShadowTreeRegistry().remove(surfaceId); in stopSurface() local
228 shadowNode.getSurfaceId(), [&](ShadowTree const &shadowTree) { in getNewestCloneOfShadowNode()
265 shadowNode.getSurfaceId(), [&](ShadowTree const &shadowTree) { in getRelativeLayoutMetrics()
295 family->getSurfaceId(), [&](ShadowTree const &shadowTree) { in updateState()
408 ShadowTree const &shadowTree, in shadowTreeWillCommit()
423 ShadowTree const &shadowTree, in shadowTreeDidFinishTransaction()
447 shadowTreeRegistry_.enumerate([](ShadowTree const &shadowTree) { in animationTick()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.cpp162 shadowTreeRegistry_.visit(surfaceId, [&](ShadowTree const &shadowTree) { in completeSurface()
187 ShadowTree::Unique &&shadowTree, in startSurface()
224 auto shadowTree = getShadowTreeRegistry().remove(surfaceId); in stopSurface() local
245 shadowNode.getSurfaceId(), [&](ShadowTree const &shadowTree) { in getNewestCloneOfShadowNode()
282 shadowNode.getSurfaceId(), [&](ShadowTree const &shadowTree) { in getRelativeLayoutMetrics()
312 family->getSurfaceId(), [&](ShadowTree const &shadowTree) { in updateState()
374 family.getSurfaceId(), [&](ShadowTree const &shadowTree) { in setNativeProps_DEPRECATED()
440 shadowTreeRegistry_.enumerate([&](ShadowTree const &shadowTree, bool &stop) { in findShadowNodeByTag_DEPRECATED()
521 ShadowTree const &shadowTree, in shadowTreeWillCommit()
561 shadowTreeRegistry_.enumerate([](ShadowTree const &shadowTree, bool &) { in animationTick()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.cpp142 shadowTreeRegistry_.visit(surfaceId, [&](ShadowTree const &shadowTree) { in completeSurface()
167 ShadowTree::Unique &&shadowTree, in startSurface()
204 auto shadowTree = getShadowTreeRegistry().remove(surfaceId); in stopSurface() local
225 shadowNode.getSurfaceId(), [&](ShadowTree const &shadowTree) { in getNewestCloneOfShadowNode()
262 shadowNode.getSurfaceId(), [&](ShadowTree const &shadowTree) { in getRelativeLayoutMetrics()
292 family->getSurfaceId(), [&](ShadowTree const &shadowTree) { in updateState()
405 ShadowTree const &shadowTree, in shadowTreeWillCommit()
444 shadowTreeRegistry_.enumerate([](ShadowTree const &shadowTree) { in animationTick()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTreeRegistry.cpp34 auto shadowTree = std::unique_ptr<ShadowTree>(iterator->second.release()); in remove() local
55 std::function<void(const ShadowTree &shadowTree, bool &stop)> const in enumerate()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI47_0_0TimelineController.cpp23 [&](ShadowTree const &shadowTree) { shadowTreePtr = &shadowTree; }); in enable()
57 ShadowTree const &shadowTree, in shadowTreeWillCommit()
H A DABI47_0_0Timeline.cpp15 Timeline::Timeline(ShadowTree const &shadowTree) : shadowTree_(&shadowTree) { in Timeline()
69 ShadowTree const &shadowTree, in shadowTreeWillCommit()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI48_0_0TimelineController.cpp22 [&](ShadowTree const &shadowTree) { shadowTreePtr = &shadowTree; }); in enable()
56 ShadowTree const &shadowTree, in shadowTreeWillCommit()
H A DABI48_0_0Timeline.cpp14 Timeline::Timeline(ShadowTree const &shadowTree) : shadowTree_(&shadowTree) { in Timeline()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI49_0_0TimelineController.cpp22 [&](ShadowTree const &shadowTree) { shadowTreePtr = &shadowTree; }); in enable()
56 ShadowTree const &shadowTree, in shadowTreeWillCommit()
H A DABI49_0_0Timeline.cpp14 Timeline::Timeline(ShadowTree const &shadowTree) : shadowTree_(&shadowTree) { in Timeline()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI48_0_0StateReconciliationTest.cpp35 ShadowTree const &shadowTree, in shadowTreeDidFinishTransaction()
51 ShadowTree const &shadowTree, in findDescendantNode()
103 ShadowTree shadowTree{ in TEST() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0Scheduler.cpp154 [&surfaceIds](ShadowTree const &shadowTree) { in ~Scheduler()
181 [](ShadowTree const &shadowTree) { shadowTree.commitEmptyTree(); }); in ~Scheduler()
251 surfaceId, [=](const ShadowTree &shadowTree) { in renderTemplateToSurface()
H A DABI48_0_0SurfaceHandler.cpp79 auto shadowTree = std::make_unique<ShadowTree>( in start() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/tests/
H A DABI49_0_0StateReconciliationTest.cpp51 ShadowTree const &shadowTree, in findDescendantNode()
103 ShadowTree shadowTree{ in TEST() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0Scheduler.cpp162 [&surfaceIds](ShadowTree const &shadowTree) { in ~Scheduler()
189 [](ShadowTree const &shadowTree) { shadowTree.commitEmptyTree(); }); in ~Scheduler()
259 surfaceId, [=](const ShadowTree &shadowTree) { in renderTemplateToSurface()
H A DABI47_0_0SurfaceHandler.cpp80 auto shadowTree = std::make_unique<ShadowTree>( in start() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0Scheduler.cpp162 [&surfaceIds](ShadowTree const &shadowTree, bool &) { in ~Scheduler()
189 [](ShadowTree const &shadowTree) { shadowTree.commitEmptyTree(); }); in ~Scheduler()
259 surfaceId, [=](const ShadowTree &shadowTree) { in renderTemplateToSurface()
H A DABI49_0_0SurfaceHandler.cpp75 auto shadowTree = std::make_unique<ShadowTree>( in start() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowTreeRegistry.cpp34 auto shadowTree = std::unique_ptr<ShadowTree>(iterator->second.release()); in remove() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowTreeRegistry.cpp35 auto shadowTree = std::unique_ptr<ShadowTree>(iterator->second.release()); in remove() local
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp555 shadowTreeRegistry.visit(surfaceId_, [&](ShadowTree const &shadowTree) { in performOperations()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp555 shadowTreeRegistry.visit(surfaceId_, [&](ShadowTree const &shadowTree) { in performOperations()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp555 shadowTreeRegistry.visit(surfaceId_, [&](ShadowTree const &shadowTree) { in performOperations()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModule.cpp555 shadowTreeRegistry.visit(surfaceId_, [&](ShadowTree const &shadowTree) { in performOperations()