Home
last modified time | relevance | path

Searched refs:surfaceId (Results 1 – 25 of 239) sorted by relevance

12345678910

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0SurfaceManager.cpp18 SurfaceId surfaceId, in startSurface() argument
25 auto surfaceHandler = SurfaceHandler{moduleName, surfaceId}; in startSurface()
27 registry_.emplace(surfaceId, std::move(surfaceHandler)); in startSurface()
30 visit(surfaceId, [&](SurfaceHandler const &surfaceHandler) { in startSurface()
41 visit(surfaceId, [&](SurfaceHandler const &surfaceHandler) { in stopSurface()
49 auto iterator = registry_.find(surfaceId); in stopSurface()
55 SurfaceId surfaceId, in measureSurface() argument
68 SurfaceId surfaceId) const noexcept { in findMountingCoordinator()
79 SurfaceId surfaceId, in constraintSurfaceLayout() argument
88 SurfaceId surfaceId, in visit() argument
[all …]
H A DABI49_0_0SurfaceManager.h35 SurfaceId surfaceId,
41 void stopSurface(SurfaceId surfaceId) const noexcept;
44 SurfaceId surfaceId,
49 SurfaceId surfaceId,
54 SurfaceId surfaceId) const noexcept;
58 SurfaceId surfaceId,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0SurfaceManager.cpp18 SurfaceId surfaceId, in startSurface() argument
25 auto surfaceHandler = SurfaceHandler{moduleName, surfaceId}; in startSurface()
27 registry_.emplace(surfaceId, std::move(surfaceHandler)); in startSurface()
30 visit(surfaceId, [&](SurfaceHandler const &surfaceHandler) { in startSurface()
41 visit(surfaceId, [&](SurfaceHandler const &surfaceHandler) { in stopSurface()
49 auto iterator = registry_.find(surfaceId); in stopSurface()
55 SurfaceId surfaceId, in measureSurface() argument
68 SurfaceId surfaceId) const noexcept { in findMountingCoordinator()
79 SurfaceId surfaceId, in constraintSurfaceLayout() argument
88 SurfaceId surfaceId, in visit() argument
[all …]
H A DABI48_0_0SurfaceManager.h34 SurfaceId surfaceId,
40 void stopSurface(SurfaceId surfaceId) const noexcept;
43 SurfaceId surfaceId,
48 SurfaceId surfaceId,
53 SurfaceId surfaceId) const noexcept;
57 SurfaceId surfaceId,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0SurfaceManager.cpp19 SurfaceId surfaceId, in startSurface() argument
26 auto surfaceHandler = SurfaceHandler{moduleName, surfaceId}; in startSurface()
28 registry_.emplace(surfaceId, std::move(surfaceHandler)); in startSurface()
31 visit(surfaceId, [&](SurfaceHandler const &surfaceHandler) { in startSurface()
42 visit(surfaceId, [&](SurfaceHandler const &surfaceHandler) { in stopSurface()
50 auto iterator = registry_.find(surfaceId); in stopSurface()
56 SurfaceId surfaceId, in measureSurface() argument
69 SurfaceId surfaceId) const noexcept { in findMountingCoordinator()
80 SurfaceId surfaceId, in constraintSurfaceLayout() argument
89 SurfaceId surfaceId, in visit() argument
[all …]
H A DABI47_0_0SurfaceManager.h34 SurfaceId surfaceId,
40 void stopSurface(SurfaceId surfaceId) const noexcept;
43 SurfaceId surfaceId,
48 SurfaceId surfaceId,
53 SurfaceId surfaceId) const noexcept;
57 SurfaceId surfaceId,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/leakchecker/
H A DABI49_0_0LeakChecker.cpp25 void LeakChecker::stopSurface(SurfaceId surfaceId) { in stopSurface() argument
40 previouslyStoppedSurface_ = surfaceId; in stopSurface()
43 void LeakChecker::checkSurfaceForLeaks(SurfaceId surfaceId) const { in checkSurfaceForLeaks()
44 auto weakFamilies = registry_.weakFamiliesForSurfaceId(surfaceId); in checkSurfaceForLeaks()
53 LOG(ERROR) << "[LeakChecker] Surface with id: " << surfaceId in checkSurfaceForLeaks()
57 registry_.removeFamiliesWithSurfaceId(surfaceId); in checkSurfaceForLeaks()
H A DABI49_0_0WeakFamilyRegistry.cpp20 SurfaceId surfaceId) const { in removeFamiliesWithSurfaceId()
22 families_.erase(surfaceId); in removeFamiliesWithSurfaceId()
26 SurfaceId surfaceId) const { in weakFamiliesForSurfaceId()
28 if (families_.find(surfaceId) != families_.end()) { in weakFamiliesForSurfaceId()
29 return families_[surfaceId]; in weakFamiliesForSurfaceId()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/leakchecker/
H A DABI47_0_0LeakChecker.cpp26 void LeakChecker::stopSurface(SurfaceId surfaceId) { in stopSurface() argument
41 previouslyStoppedSurface_ = surfaceId; in stopSurface()
44 void LeakChecker::checkSurfaceForLeaks(SurfaceId surfaceId) const { in checkSurfaceForLeaks()
45 auto weakFamilies = registry_.weakFamiliesForSurfaceId(surfaceId); in checkSurfaceForLeaks()
54 LOG(ERROR) << "[LeakChecker] Surface with id: " << surfaceId in checkSurfaceForLeaks()
58 registry_.removeFamiliesWithSurfaceId(surfaceId); in checkSurfaceForLeaks()
H A DABI47_0_0WeakFamilyRegistry.cpp21 SurfaceId surfaceId) const { in removeFamiliesWithSurfaceId()
23 families_.erase(surfaceId); in removeFamiliesWithSurfaceId()
27 SurfaceId surfaceId) const { in weakFamiliesForSurfaceId()
29 if (families_.find(surfaceId) != families_.end()) { in weakFamiliesForSurfaceId()
30 return families_[surfaceId]; in weakFamiliesForSurfaceId()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/leakchecker/
H A DABI48_0_0LeakChecker.cpp25 void LeakChecker::stopSurface(SurfaceId surfaceId) { in stopSurface() argument
40 previouslyStoppedSurface_ = surfaceId; in stopSurface()
43 void LeakChecker::checkSurfaceForLeaks(SurfaceId surfaceId) const { in checkSurfaceForLeaks()
44 auto weakFamilies = registry_.weakFamiliesForSurfaceId(surfaceId); in checkSurfaceForLeaks()
53 LOG(ERROR) << "[LeakChecker] Surface with id: " << surfaceId in checkSurfaceForLeaks()
57 registry_.removeFamiliesWithSurfaceId(surfaceId); in checkSurfaceForLeaks()
H A DABI48_0_0WeakFamilyRegistry.cpp20 SurfaceId surfaceId) const { in removeFamiliesWithSurfaceId()
22 families_.erase(surfaceId); in removeFamiliesWithSurfaceId()
26 SurfaceId surfaceId) const { in weakFamiliesForSurfaceId()
28 if (families_.find(surfaceId) != families_.end()) { in weakFamiliesForSurfaceId()
29 return families_[surfaceId]; in weakFamiliesForSurfaceId()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTMountingTransactionObserverCoordinator.mm16 SurfaceId surfaceId)
23 auto &surfaceRegistry = registry_[surfaceId];
30 SurfaceId surfaceId)
37 auto &surfaceRegistry = registry_[surfaceId];
46 auto surfaceId = transaction.getSurfaceId();
47 auto surfaceRegistryIterator = registry_.find(surfaceId);
64 auto surfaceId = transaction.getSurfaceId();
65 auto surfaceRegistryIterator = registry_.find(surfaceId);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTMountingTransactionObserverCoordinator.mm16 SurfaceId surfaceId)
23 auto &surfaceRegistry = registry_[surfaceId];
30 SurfaceId surfaceId)
37 auto &surfaceRegistry = registry_[surfaceId];
46 auto surfaceId = transaction.getSurfaceId();
47 auto surfaceRegistryIterator = registry_.find(surfaceId);
64 auto surfaceId = transaction.getSurfaceId();
65 auto surfaceRegistryIterator = registry_.find(surfaceId);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTMountingTransactionObserverCoordinator.mm16 SurfaceId surfaceId)
23 auto &surfaceRegistry = registry_[surfaceId];
30 SurfaceId surfaceId)
37 auto &surfaceRegistry = registry_[surfaceId];
46 auto surfaceId = transaction.getSurfaceId();
47 auto surfaceRegistryIterator = registry_.find(surfaceId);
64 auto surfaceId = transaction.getSurfaceId();
65 auto surfaceRegistryIterator = registry_.find(surfaceId);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0ShadowNodeFamilyFragment.cpp27 surfaceId(fragment.surfaceId), in Value()
31 return ShadowNodeFamilyFragment{tag, surfaceId, eventEmitter}; in operator ShadowNodeFamilyFragment()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0ShadowNodeFamilyFragment.cpp28 surfaceId(fragment.surfaceId), in Value()
32 return ShadowNodeFamilyFragment{tag, surfaceId, eventEmitter}; in operator ShadowNodeFamilyFragment()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0ShadowNodeFamilyFragment.cpp27 surfaceId(fragment.surfaceId), in Value()
31 return ShadowNodeFamilyFragment{tag, surfaceId, eventEmitter}; in operator ShadowNodeFamilyFragment()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI48_0_0SurfaceRegistryBinding.h25 SurfaceId surfaceId,
37 SurfaceId surfaceId,
46 static void stopSurface(jsi::Runtime &runtime, SurfaceId surfaceId);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI49_0_0SurfaceRegistryBinding.h25 SurfaceId surfaceId,
37 SurfaceId surfaceId,
46 static void stopSurface(jsi::Runtime &runtime, SurfaceId surfaceId);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/uimanager/
H A DABI47_0_0SurfaceRegistryBinding.h25 SurfaceId surfaceId,
37 SurfaceId surfaceId,
46 static void stopSurface(jsi::Runtime &runtime, SurfaceId surfaceId);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTreeRegistry.cpp26 SurfaceId surfaceId) const { in remove()
29 auto iterator = registry_.find(surfaceId); in remove()
40 SurfaceId surfaceId, in visit() argument
44 auto iterator = registry_.find(surfaceId); in visit()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowTreeRegistry.cpp26 SurfaceId surfaceId) const { in remove()
29 auto iterator = registry_.find(surfaceId); in remove()
40 SurfaceId surfaceId, in visit() argument
44 auto iterator = registry_.find(surfaceId); in visit()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowTreeRegistry.cpp27 SurfaceId surfaceId) const { in remove()
30 auto iterator = registry_.find(surfaceId); in remove()
41 SurfaceId surfaceId, in visit() argument
45 auto iterator = registry_.find(surfaceId); in visit()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputComponentDescriptor.h40 int surfaceId = family->getSurfaceId(); in createInitialState() local
44 if (surfaceIdToThemePaddingMap_.find(surfaceId) != in createInitialState()
46 theme = surfaceIdToThemePaddingMap_[surfaceId]; in createInitialState()
58 fabricUIManager, surfaceId, defaultTextInputPaddingArray)) { in createInitialState()
66 surfaceIdToThemePaddingMap_.emplace(std::make_pair(surfaceId, theme)); in createInitialState()
100 int surfaceId = textInputShadowNode->getSurfaceId(); in adopt() local
101 if (surfaceIdToThemePaddingMap_.find(surfaceId) != in adopt()
103 ABI47_0_0YGStyle::Edges theme = surfaceIdToThemePaddingMap_[surfaceId]; in adopt()

12345678910