Home
last modified time | relevance | path

Searched refs:observer (Results 1 – 25 of 89) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTUIManagerObserverCoordinator.mm28 - (void)addObserver:(id<ABI49_0_0RCTUIManagerObserver>)observer
31 [self->_observers addObject:observer];
34 - (void)removeObserver:(id<ABI49_0_0RCTUIManagerObserver>)observer
37 [self->_observers removeObject:observer];
46 for (id<ABI49_0_0RCTUIManagerObserver> observer in _observers) {
48 [observer uiManagerWillPerformLayout:manager];
57 for (id<ABI49_0_0RCTUIManagerObserver> observer in _observers) {
59 [observer uiManagerDidPerformLayout:manager];
68 for (id<ABI49_0_0RCTUIManagerObserver> observer in _observers) {
70 [observer uiManagerWillPerformMounting:manager];
[all …]
H A DABI49_0_0RCTUIManagerObserverCoordinator.h73 - (void)addObserver:(id<ABI49_0_0RCTUIManagerObserver>)observer;
79 - (void)removeObserver:(id<ABI49_0_0RCTUIManagerObserver>)observer;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTUIManagerObserverCoordinator.mm28 - (void)addObserver:(id<ABI48_0_0RCTUIManagerObserver>)observer
31 [self->_observers addObject:observer];
34 - (void)removeObserver:(id<ABI48_0_0RCTUIManagerObserver>)observer
37 [self->_observers removeObject:observer];
46 for (id<ABI48_0_0RCTUIManagerObserver> observer in _observers) {
48 [observer uiManagerWillPerformLayout:manager];
57 for (id<ABI48_0_0RCTUIManagerObserver> observer in _observers) {
59 [observer uiManagerDidPerformLayout:manager];
68 for (id<ABI48_0_0RCTUIManagerObserver> observer in _observers) {
70 [observer uiManagerWillPerformMounting:manager];
[all …]
H A DABI48_0_0RCTUIManagerObserverCoordinator.h73 - (void)addObserver:(id<ABI48_0_0RCTUIManagerObserver>)observer;
79 - (void)removeObserver:(id<ABI48_0_0RCTUIManagerObserver>)observer;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTUIManagerObserverCoordinator.mm28 - (void)addObserver:(id<ABI47_0_0RCTUIManagerObserver>)observer
31 [self->_observers addObject:observer];
34 - (void)removeObserver:(id<ABI47_0_0RCTUIManagerObserver>)observer
37 [self->_observers removeObject:observer];
46 for (id<ABI47_0_0RCTUIManagerObserver> observer in _observers) {
48 [observer uiManagerWillPerformLayout:manager];
57 for (id<ABI47_0_0RCTUIManagerObserver> observer in _observers) {
59 [observer uiManagerDidPerformLayout:manager];
68 for (id<ABI47_0_0RCTUIManagerObserver> observer in _observers) {
70 [observer uiManagerWillPerformMounting:manager];
[all …]
H A DABI47_0_0RCTUIManagerObserverCoordinator.h73 - (void)addObserver:(id<ABI47_0_0RCTUIManagerObserver>)observer;
79 - (void)removeObserver:(id<ABI47_0_0RCTUIManagerObserver>)observer;
H A DABI47_0_0RCTSurfacePresenterStub.h35 - (void)addObserver:(id<ABI47_0_0RCTSurfacePresenterObserver>)observer;
36 - (void)removeObserver:(id<ABI47_0_0RCTSurfacePresenterObserver>)observer;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/
H A DABI47_0_0ImageResponseObserverCoordinator.cpp18 ImageResponseObserver const &observer) const { in addObserver()
22 observers_.push_back(&observer); in addObserver()
30 observer.didReceiveImage(ImageResponse{imageData, imageMetadata}); in addObserver()
35 observer.didReceiveFailure(); in addObserver()
42 ImageResponseObserver const &observer) const { in removeObserver()
59 for (auto observer : observers) { in nativeImageResponseProgress() local
60 observer->didReceiveProgress(progress); in nativeImageResponseProgress()
74 for (auto observer : observers_) { in nativeImageResponseComplete() local
75 observer->didReceiveImage(imageResponse); in nativeImageResponseComplete()
86 for (auto observer : observers) { in nativeImageResponseFailed() local
[all …]
H A DABI47_0_0ImageResponseObserverCoordinator.h33 void addObserver(ImageResponseObserver const &observer) const;
38 void removeObserver(ImageResponseObserver const &observer) const;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/
H A DABI49_0_0ImageResponseObserverCoordinator.cpp17 ImageResponseObserver const &observer) const { in addObserver()
21 observers_.push_back(&observer); in addObserver()
29 observer.didReceiveImage(ImageResponse{imageData, imageMetadata}); in addObserver()
34 observer.didReceiveFailure(); in addObserver()
41 ImageResponseObserver const &observer) const { in removeObserver()
58 for (auto observer : observers) { in nativeImageResponseProgress() local
59 observer->didReceiveProgress(progress); in nativeImageResponseProgress()
73 for (auto observer : observers_) { in nativeImageResponseComplete() local
74 observer->didReceiveImage(imageResponse); in nativeImageResponseComplete()
85 for (auto observer : observers) { in nativeImageResponseFailed() local
[all …]
H A DABI49_0_0ImageResponseObserverCoordinator.h33 void addObserver(ImageResponseObserver const &observer) const;
38 void removeObserver(ImageResponseObserver const &observer) const;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/
H A DABI48_0_0ImageResponseObserverCoordinator.cpp17 ImageResponseObserver const &observer) const { in addObserver()
21 observers_.push_back(&observer); in addObserver()
29 observer.didReceiveImage(ImageResponse{imageData, imageMetadata}); in addObserver()
34 observer.didReceiveFailure(); in addObserver()
41 ImageResponseObserver const &observer) const { in removeObserver()
58 for (auto observer : observers) { in nativeImageResponseProgress() local
59 observer->didReceiveProgress(progress); in nativeImageResponseProgress()
73 for (auto observer : observers_) { in nativeImageResponseComplete() local
74 observer->didReceiveImage(imageResponse); in nativeImageResponseComplete()
85 for (auto observer : observers) { in nativeImageResponseFailed() local
[all …]
H A DABI48_0_0ImageResponseObserverCoordinator.h33 void addObserver(ImageResponseObserver const &observer) const;
38 void removeObserver(ImageResponseObserver const &observer) const;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTDisplayLink.m48 id<ABI49_0_0RCTFrameUpdateObserver> observer = (id<ABI49_0_0RCTFrameUpdateObserver>)module;
50 observer.pauseCallback = ^{
74 // when the new observer is not paused. If it not paused, the observer will immediately
76 if (![observer isPaused] && _runLoop) {
98 // ensure observer callbacks do not hold a reference to weak self via pauseCallback
100 …id<ABI49_0_0RCTFrameUpdateObserver> observer = (id<ABI49_0_0RCTFrameUpdateObserver>)moduleData.ins…
101 [observer setPauseCallback:nil];
126 if (!observer.paused) {
132 [observer didUpdateFrame:frameUpdate];
136 [observer didUpdateFrame:frameUpdate];
[all …]
/expo/packages/expo-localization/android/src/main/java/expo/modules/localization/
H A DLocalizationPackage.kt11 fun registerObserver(observer: () -> Unit) { in registerObserver()
12 observers.add(observer) in registerObserver()
15 fun deregisterObserver(observer: () -> Unit) { in deregisterObserver()
16 observers.remove(observer) in deregisterObserver()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localization/
H A DLocalizationPackage.kt11 fun registerObserver(observer: () -> Unit) { in registerObserver()
12 observers.add(observer) in registerObserver()
15 fun deregisterObserver(observer: () -> Unit) { in deregisterObserver()
16 observers.remove(observer) in deregisterObserver()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/
H A DABI49_0_0RCTImageResponseDelegate.h14 - (void)didReceiveImage:(UIImage *)image metadata:(id)metadata fromObserver:(void const *)observer;
15 - (void)didReceiveProgress:(float)progress fromObserver:(void const *)observer;
16 - (void)didReceiveFailureFromObserver:(void const *)observer;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/
H A DABI47_0_0RCTImageResponseDelegate.h14 - (void)didReceiveImage:(UIImage *)image metadata:(id)metadata fromObserver:(void const *)observer;
15 - (void)didReceiveProgress:(float)progress fromObserver:(void const *)observer;
16 - (void)didReceiveFailureFromObserver:(void const *)observer;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/
H A DABI48_0_0RCTImageResponseDelegate.h14 - (void)didReceiveImage:(UIImage *)image metadata:(id)metadata fromObserver:(void const *)observer;
15 - (void)didReceiveProgress:(float)progress fromObserver:(void const *)observer;
16 - (void)didReceiveFailureFromObserver:(void const *)observer;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTDisplayLink.m48 id<ABI47_0_0RCTFrameUpdateObserver> observer = (id<ABI47_0_0RCTFrameUpdateObserver>)module;
50 observer.pauseCallback = ^{
74 // when the new observer is not paused. If it not paused, the observer will immediately
76 if (![observer isPaused] && _runLoop) {
118 …id<ABI47_0_0RCTFrameUpdateObserver> observer = (id<ABI47_0_0RCTFrameUpdateObserver>)moduleData.ins…
119 if (!observer.paused) {
125 [observer didUpdateFrame:frameUpdate];
129 [observer didUpdateFrame:frameUpdate];
147 …id<ABI47_0_0RCTFrameUpdateObserver> observer = (id<ABI47_0_0RCTFrameUpdateObserver>)moduleData.ins…
148 if (!observer.paused) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTDisplayLink.m48 id<ABI48_0_0RCTFrameUpdateObserver> observer = (id<ABI48_0_0RCTFrameUpdateObserver>)module;
50 observer.pauseCallback = ^{
74 // when the new observer is not paused. If it not paused, the observer will immediately
76 if (![observer isPaused] && _runLoop) {
118 …id<ABI48_0_0RCTFrameUpdateObserver> observer = (id<ABI48_0_0RCTFrameUpdateObserver>)moduleData.ins…
119 if (!observer.paused) {
125 [observer didUpdateFrame:frameUpdate];
129 [observer didUpdateFrame:frameUpdate];
147 …id<ABI48_0_0RCTFrameUpdateObserver> observer = (id<ABI48_0_0RCTFrameUpdateObserver>)moduleData.ins…
148 if (!observer.paused) {
/expo/ios/vendored/sdk47/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI47_0_0RNSkiOSPlatformContext.h31 static void handleNotification(CFNotificationCenterRef center, void *observer, CFStringRef name, co…
71 static void handleNotification(CFNotificationCenterRef center, void *observer, CFStringRef name, in handleNotification() argument
73 (static_cast<ABI47_0_0RNSkiOSPlatformContext*>(observer))->willInvalidateModules(); in handleNotification()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI48_0_0RNSkiOSPlatformContext.h31 static void handleNotification(CFNotificationCenterRef center, void *observer,
72 static void handleNotification(CFNotificationCenterRef center, void *observer, in handleNotification() argument
75 (static_cast<ABI48_0_0RNSkiOSPlatformContext *>(observer))->willInvalidateModules(); in handleNotification()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DRNSkiOSPlatformContext.h27 static void handleNotification(CFNotificationCenterRef center, void *observer,
78 static void handleNotification(CFNotificationCenterRef center, void *observer, in handleNotification() argument
81 (static_cast<RNSkiOSPlatformContext *>(observer))->willInvalidateModules(); in handleNotification()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/ios/RNSkia-iOS/
H A DABI49_0_0RNSkiOSPlatformContext.h27 static void handleNotification(CFNotificationCenterRef center, void *observer,
78 static void handleNotification(CFNotificationCenterRef center, void *observer, in handleNotification() argument
81 (static_cast<ABI49_0_0RNSkiOSPlatformContext *>(observer))->willInvalidateModules(); in handleNotification()

1234