Home
last modified time | relevance | path

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

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTreeRegistry.cpp19 void ShadowTreeRegistry::add(std::unique_ptr<ShadowTree> &&shadowTree) const { in add()
22 registry_.emplace(shadowTree->getSurfaceId(), std::move(shadowTree)); in add()
34 auto shadowTree = std::unique_ptr<ShadowTree>(iterator->second.release()); in remove() local
36 return shadowTree; in remove()
41 std::function<void(const ShadowTree &shadowTree)> const &callback) const { in visit()
55 std::function<void(const ShadowTree &shadowTree, bool &stop)> const in enumerate() argument
H A DABI49_0_0ShadowTreeRegistry.h33 void add(std::unique_ptr<ShadowTree> &&shadowTree) const;
54 std::function<void(const ShadowTree &shadowTree)> const &callback) const;
62 std::function<void(const ShadowTree &shadowTree, bool &stop)> const
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowTreeRegistry.cpp19 void ShadowTreeRegistry::add(std::unique_ptr<ShadowTree> &&shadowTree) const { in add()
22 registry_.emplace(shadowTree->getSurfaceId(), std::move(shadowTree)); in add()
34 auto shadowTree = std::unique_ptr<ShadowTree>(iterator->second.release()); in remove() local
36 return shadowTree; in remove()
41 std::function<void(const ShadowTree &shadowTree)> const &callback) const { in visit()
55 std::function<void(const ShadowTree &shadowTree)> const &callback) const { in enumerate()
H A DABI48_0_0ShadowTreeRegistry.h32 void add(std::unique_ptr<ShadowTree> &&shadowTree) const;
53 std::function<void(const ShadowTree &shadowTree)> const &callback) const;
60 std::function<void(const ShadowTree &shadowTree)> const &callback) const;
H A DABI48_0_0ShadowTreeDelegate.h29 ShadowTree const &shadowTree,
37 ShadowTree const &shadowTree,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowTreeRegistry.cpp20 void ShadowTreeRegistry::add(std::unique_ptr<ShadowTree> &&shadowTree) const { in add()
23 registry_.emplace(shadowTree->getSurfaceId(), std::move(shadowTree)); in add()
35 auto shadowTree = std::unique_ptr<ShadowTree>(iterator->second.release()); in remove() local
37 return shadowTree; in remove()
42 std::function<void(const ShadowTree &shadowTree)> const &callback) const { in visit()
56 std::function<void(const ShadowTree &shadowTree)> const &callback) const { in enumerate()
H A DABI47_0_0ShadowTreeRegistry.h32 void add(std::unique_ptr<ShadowTree> &&shadowTree) const;
53 std::function<void(const ShadowTree &shadowTree)> const &callback) const;
60 std::function<void(const ShadowTree &shadowTree)> const &callback) const;
H A DABI47_0_0ShadowTreeDelegate.h29 ShadowTree const &shadowTree,
37 ShadowTree const &shadowTree,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0SurfaceHandler.cpp75 auto shadowTree = std::make_unique<ShadowTree>( in start() local
82 link_.shadowTree = shadowTree.get(); in start()
85 std::move(shadowTree), in start()
96 auto shadowTree = ShadowTree::Unique{}; in stop()
103 link_.shadowTree = nullptr; in stop()
111 shadowTree->commitEmptyTree(); in stop()
181 return link_.shadowTree->getMountingCoordinator(); in getMountingCoordinator()
199 link_.shadowTree->getCurrentRevision().rootShadowNode; in measure()
238 link_.shadowTree->commit( in constraintLayout()
279 link_.shadowTree->commitEmptyTree(); in applyDisplayMode()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0SurfaceHandler.cpp80 auto shadowTree = std::make_unique<ShadowTree>( in start() local
87 link_.shadowTree = shadowTree.get(); in start()
90 std::move(shadowTree), in start()
101 auto shadowTree = ShadowTree::Unique{}; in stop()
108 link_.shadowTree = nullptr; in stop()
116 shadowTree->commitEmptyTree(); in stop()
185 link_.shadowTree && "`link_.shadowTree` must not be null."); in getMountingCoordinator()
186 return link_.shadowTree->getMountingCoordinator(); in getMountingCoordinator()
204 link_.shadowTree->getCurrentRevision().rootShadowNode; in measure()
279 auto revision = link_.shadowTree->getCurrentRevision(); in applyDisplayMode()
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0SurfaceHandler.cpp79 auto shadowTree = std::make_unique<ShadowTree>( in start() local
86 link_.shadowTree = shadowTree.get(); in start()
89 std::move(shadowTree), in start()
100 auto shadowTree = ShadowTree::Unique{}; in stop()
107 link_.shadowTree = nullptr; in stop()
115 shadowTree->commitEmptyTree(); in stop()
185 return link_.shadowTree->getMountingCoordinator(); in getMountingCoordinator()
203 link_.shadowTree->getCurrentRevision().rootShadowNode; in measure()
278 auto revision = link_.shadowTree->getCurrentRevision(); in applyDisplayMode()
281 link_.shadowTree->commitEmptyTree(); in applyDisplayMode()
[all …]
/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() argument
35 ShadowTree const &shadowTree, in shadowTreeDidFinishTransaction() argument
51 ShadowTree const &shadowTree, in findDescendantNode() argument
54 *shadowTree.getCurrentRevision().rootShadowNode, family); in findDescendantNode()
103 ShadowTree shadowTree{ in TEST() local
110 shadowTree.commit( in TEST()
135 shadowTree.commit( in TEST()
158 shadowTree.commit( in TEST()
164 ABI47_0_0EXPECT_EQ(findDescendantNode(shadowTree, family)->getState(), state3); in TEST()
173 shadowTree.commit( in TEST()
[all …]
/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() argument
57 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
64 lastUpdatedSurface_ = shadowTree.getSurfaceId(); in shadowTreeWillCommit()
66 auto iterator = timelines_.find(shadowTree.getSurfaceId()); in shadowTreeWillCommit()
73 shadowTree, oldRootShadowNode, newRootShadowNode); in shadowTreeWillCommit()
H A DABI47_0_0Timeline.cpp15 Timeline::Timeline(ShadowTree const &shadowTree) : shadowTree_(&shadowTree) { in Timeline() argument
16 record(shadowTree.getCurrentRevision().rootShadowNode); in Timeline()
69 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
H A DABI47_0_0Timeline.h29 Timeline(ShadowTree const &shadowTree);
45 ShadowTree const &shadowTree,
/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() argument
56 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
63 lastUpdatedSurface_ = shadowTree.getSurfaceId(); in shadowTreeWillCommit()
65 auto iterator = timelines_.find(shadowTree.getSurfaceId()); in shadowTreeWillCommit()
72 shadowTree, oldRootShadowNode, newRootShadowNode); in shadowTreeWillCommit()
H A DABI48_0_0Timeline.cpp14 Timeline::Timeline(ShadowTree const &shadowTree) : shadowTree_(&shadowTree) { in Timeline() argument
15 record(shadowTree.getCurrentRevision().rootShadowNode); in Timeline()
H A DABI48_0_0Timeline.h29 Timeline(ShadowTree const &shadowTree);
45 ShadowTree const &shadowTree,
/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() argument
56 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
63 lastUpdatedSurface_ = shadowTree.getSurfaceId(); in shadowTreeWillCommit()
65 auto iterator = timelines_.find(shadowTree.getSurfaceId()); in shadowTreeWillCommit()
72 shadowTree, oldRootShadowNode, newRootShadowNode); in shadowTreeWillCommit()
H A DABI49_0_0Timeline.cpp14 Timeline::Timeline(ShadowTree const &shadowTree) : shadowTree_(&shadowTree) { in Timeline() argument
15 record(shadowTree.getCurrentRevision().rootShadowNode); 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() argument
51 ShadowTree const &shadowTree, in findDescendantNode() argument
54 *shadowTree.getCurrentRevision().rootShadowNode, family); in findDescendantNode()
103 ShadowTree shadowTree{ in TEST() local
110 shadowTree.commit( in TEST()
135 shadowTree.commit( in TEST()
158 shadowTree.commit( in TEST()
164 ABI48_0_0EXPECT_EQ(findDescendantNode(shadowTree, family)->getState(), state3); in TEST()
173 shadowTree.commit( in TEST()
179 ABI48_0_0EXPECT_EQ(findDescendantNode(shadowTree, family)->getState(), state3); in TEST()
/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() argument
54 *shadowTree.getCurrentRevision().rootShadowNode, family); in findDescendantNode()
103 ShadowTree shadowTree{ in TEST() local
110 shadowTree.commit( in TEST()
135 shadowTree.commit( in TEST()
158 shadowTree.commit( in TEST()
164 ABI49_0_0EXPECT_EQ(findDescendantNode(shadowTree, family)->getState(), state3); in TEST()
173 shadowTree.commit( in TEST()
179 ABI49_0_0EXPECT_EQ(findDescendantNode(shadowTree, family)->getState(), state3); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0UIManager.cpp146 shadowTree.commit( in completeSurface()
170 ShadowTree::Unique &&shadowTree, in startSurface() argument
176 auto surfaceId = shadowTree->getSurfaceId(); in startSurface()
177 shadowTreeRegistry_.add(std::move(shadowTree)); in startSurface()
207 auto shadowTree = getShadowTreeRegistry().remove(surfaceId); in stopSurface() local
221 return shadowTree; in stopSurface()
267 shadowTree.getCurrentRevision().rootShadowNode; in getRelativeLayoutMetrics()
408 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
416 shadowTree, oldRootShadowNode, resultRootShadowNode); in shadowTreeWillCommit()
423 ShadowTree const &shadowTree, in shadowTreeDidFinishTransaction() argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0UIManager.cpp143 shadowTree.commit( in completeSurface()
167 ShadowTree::Unique &&shadowTree, in startSurface() argument
173 auto surfaceId = shadowTree->getSurfaceId(); in startSurface()
174 shadowTreeRegistry_.add(std::move(shadowTree)); in startSurface()
204 auto shadowTree = getShadowTreeRegistry().remove(surfaceId); in stopSurface() local
218 return shadowTree; in stopSurface()
264 shadowTree.getCurrentRevision().rootShadowNode; in getRelativeLayoutMetrics()
292 family->getSurfaceId(), [&](ShadowTree const &shadowTree) { in updateState() argument
405 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
413 shadowTree, oldRootShadowNode, resultRootShadowNode); in shadowTreeWillCommit()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0UIManager.cpp163 shadowTree.commit( in completeSurface()
187 ShadowTree::Unique &&shadowTree, in startSurface() argument
193 auto surfaceId = shadowTree->getSurfaceId(); in startSurface()
194 shadowTreeRegistry_.add(std::move(shadowTree)); in startSurface()
238 return shadowTree; in stopSurface()
284 shadowTree.getCurrentRevision().rootShadowNode; in getRelativeLayoutMetrics()
313 shadowTree.commit( in updateState()
375 shadowTree.commit( in setNativeProps_DEPRECATED()
449 shadowTree.tryCommit( in findShadowNodeByTag_DEPRECATED()
521 ShadowTree const &shadowTree, in shadowTreeWillCommit() argument
[all …]

12