Home
last modified time | relevance | path

Searched refs:eventType (Results 1 – 25 of 124) sorted by relevance

12345

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/vendor/emitter/
H A DEventEmitter.d.ts15 eventType: string; property
43 eventType: string,
53 removeAllSubscriptions(eventType?: string): void;
70 getSubscriptionsForType(eventType: string): EventSubscription[];
127 eventType: string,
139 removeAllListeners(eventType?: string): void;
147 listenerCount(eventType: string): number;
163 emit(eventType: string, ...params: any[]): void;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/vendor/emitter/
H A DEventEmitter.d.ts15 eventType: string; property
43 eventType: string,
53 removeAllSubscriptions(eventType?: string): void;
70 getSubscriptionsForType(eventType: string): EventSubscription[];
127 eventType: string,
139 removeAllListeners(eventType?: string): void;
147 listenerCount(eventType: string): number;
163 emit(eventType: string, ...params: any[]): void;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/EventEmitter/
H A DNativeEventEmitter.d.ts24 addListener: (eventType: string) => void;
55 eventType: string,
63 removeAllListeners(eventType: string): void;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/EventEmitter/
H A DNativeEventEmitter.d.ts23 addListener: (eventType: string) => void;
54 eventType: string,
62 removeAllListeners(eventType: string): void;
/expo/ios/versioned/sdk47/EXLocation/EXLocation/TaskConsumers/
H A DABI47_0_0EXGeofencingTaskConsumer.m105 …d)executeTaskWithRegion:(nonnull CLRegion *)region eventType:(ABI47_0_0EXGeofencingEventType)event…
111 @"eventType": @(eventType),
129 [self executeTaskWithRegion:region eventType:ABI47_0_0EXGeofencingEventTypeEnter];
137 [self executeTaskWithRegion:region eventType:ABI47_0_0EXGeofencingEventTypeExit];
159 …ABI47_0_0EXGeofencingEventType eventType = state == CLRegionStateInside ? ABI47_0_0EXGeofencingEve…
162 [self executeTaskWithRegion:region eventType:eventType];
/expo/packages/expo-location/ios/EXLocation/TaskConsumers/
H A DEXGeofencingTaskConsumer.m105 - (void)executeTaskWithRegion:(nonnull CLRegion *)region eventType:(EXGeofencingEventType)eventType
111 @"eventType": @(eventType),
129 [self executeTaskWithRegion:region eventType:EXGeofencingEventTypeEnter];
137 [self executeTaskWithRegion:region eventType:EXGeofencingEventTypeExit];
159 …EXGeofencingEventType eventType = state == CLRegionStateInside ? EXGeofencingEventTypeEnter : EXGe…
162 [self executeTaskWithRegion:region eventType:eventType];
/expo/ios/versioned/sdk48/EXLocation/EXLocation/TaskConsumers/
H A DABI48_0_0EXGeofencingTaskConsumer.m105 …d)executeTaskWithRegion:(nonnull CLRegion *)region eventType:(ABI48_0_0EXGeofencingEventType)event…
111 @"eventType": @(eventType),
129 [self executeTaskWithRegion:region eventType:ABI48_0_0EXGeofencingEventTypeEnter];
137 [self executeTaskWithRegion:region eventType:ABI48_0_0EXGeofencingEventTypeExit];
159 …ABI48_0_0EXGeofencingEventType eventType = state == CLRegionStateInside ? ABI48_0_0EXGeofencingEve…
162 [self executeTaskWithRegion:region eventType:eventType];
/expo/ios/versioned/sdk49/EXLocation/EXLocation/TaskConsumers/
H A DABI49_0_0EXGeofencingTaskConsumer.m105 …d)executeTaskWithRegion:(nonnull CLRegion *)region eventType:(ABI49_0_0EXGeofencingEventType)event…
111 @"eventType": @(eventType),
129 [self executeTaskWithRegion:region eventType:ABI49_0_0EXGeofencingEventTypeEnter];
137 [self executeTaskWithRegion:region eventType:ABI49_0_0EXGeofencingEventTypeExit];
159 …ABI49_0_0EXGeofencingEventType eventType = state == CLRegionStateInside ? ABI49_0_0EXGeofencingEve…
162 [self executeTaskWithRegion:region eventType:eventType];
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressSheetEvent.kt7 internal class AddressSheetEvent constructor(viewTag: Int, private val eventType: EventType, privat… constant
23 return when (eventType) { in getEventName()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressSheetEvent.kt7 internal class AddressSheetEvent constructor(viewTag: Int, private val eventType: EventType, privat… constant
23 return when (eventType) { in getEventName()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressSheetEvent.kt7 internal class AddressSheetEvent constructor(viewTag: Int, private val eventType: EventType, privat… constant
23 return when (eventType) { in getEventName()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/statemachine/
H A DUpdatesStateChangeEventSender.kt9 …fun sendUpdateStateChangeEventToBridge(eventType: UpdatesStateEventType, context: UpdatesStateCont…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI48_0_0event.cpp77 void Event::publish(const ABI48_0_0YGNode& node, Type eventType, const Data& eventData) { in publish() argument
81 subscriber->subscriber(node, eventType, eventData); in publish()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI49_0_0event.cpp77 void Event::publish(const ABI49_0_0YGNode& node, Type eventType, const Data& eventData) { in publish() argument
81 subscriber->subscriber(node, eventType, eventData); in publish()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI47_0_0event.cpp77 void Event::publish(const ABI47_0_0YGNode& node, Type eventType, const Data& eventData) { in publish() argument
81 subscriber->subscriber(node, eventType, eventData); in publish()
/expo/packages/expo-modules-core/src/ts-declarations/
H A DNativeEventEmitter.d.ts13 addListener: (eventType: string) => void;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTMountingManager.h62 - (void)sendAccessibilityEvent:(ABI47_0_0ReactTag)ABI47_0_0ReactTag eventType:(NSString *)eventType;
H A DABI47_0_0RCTMountingManager.mm232 - (void)sendAccessibilityEvent:(ABI47_0_0ReactTag)ABI47_0_0ReactTag eventType:(NSString *)eventType
238 [self synchronouslyDispatchAccessbilityEventOnUIThread:ABI47_0_0ReactTag eventType:eventType];
244 [self synchronouslyDispatchAccessbilityEventOnUIThread:ABI47_0_0ReactTag eventType:eventType];
342 …tchAccessbilityEventOnUIThread:(ABI47_0_0ReactTag)ABI47_0_0ReactTag eventType:(NSString *)eventType
344 if ([@"focus" isEqualToString:eventType]) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTMountingManager.h62 - (void)sendAccessibilityEvent:(ABI48_0_0ReactTag)ABI48_0_0ReactTag eventType:(NSString *)eventType;
H A DABI48_0_0RCTMountingManager.mm232 - (void)sendAccessibilityEvent:(ABI48_0_0ReactTag)ABI48_0_0ReactTag eventType:(NSString *)eventType
238 [self synchronouslyDispatchAccessbilityEventOnUIThread:ABI48_0_0ReactTag eventType:eventType];
244 [self synchronouslyDispatchAccessbilityEventOnUIThread:ABI48_0_0ReactTag eventType:eventType];
339 …tchAccessbilityEventOnUIThread:(ABI48_0_0ReactTag)ABI48_0_0ReactTag eventType:(NSString *)eventType
341 if ([@"focus" isEqualToString:eventType]) {
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/
H A DUpdatesUtils.kt160 eventType: String, in <lambda>()
191 eventParams!!.putString("type", eventType) in <lambda>()
192 logger.info("Emitted event: name = $eventName, type = $eventType") in <lambda>()
197 …logger.error("Could not emit $eventName $eventType event; no event emitter was found.", UpdatesErr… in <lambda>()
199 …logger.error("Could not emit $eventName $eventType event; no react context was found.", UpdatesErr… in <lambda>()
204 …"Could not emit $eventType event; UpdatesController was not initialized with an instance of ReactA… in <lambda>()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTMountingManager.mm231 - (void)sendAccessibilityEvent:(ABI49_0_0ReactTag)ABI49_0_0ReactTag eventType:(NSString *)eventType
237 [self synchronouslyDispatchAccessbilityEventOnUIThread:ABI49_0_0ReactTag eventType:eventType];
242 [self synchronouslyDispatchAccessbilityEventOnUIThread:ABI49_0_0ReactTag eventType:eventType];
337 …tchAccessbilityEventOnUIThread:(ABI49_0_0ReactTag)ABI49_0_0ReactTag eventType:(NSString *)eventType
339 if ([@"focus" isEqualToString:eventType]) {
H A DABI49_0_0RCTMountingManager.h63 - (void)sendAccessibilityEvent:(ABI49_0_0ReactTag)ABI49_0_0ReactTag eventType:(NSString *)eventType;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/
H A DABI49_0_0RCTSurfaceTouchHandler.mm246 …ctiveTouches:(std::vector<ActiveTouch>)activeTouches eventType:(ABI49_0_0RCTTouchEventType)eventTy…
251 …BOOL isEndishEventType = eventType == ABI49_0_0RCTTouchEventTypeTouchEnd || eventType == ABI49_0_0…
284 switch (eventType) {
308 …[self _dispatchActiveTouches:[self _activeTouchesFromTouches:touches] eventType:ABI49_0_0RCTTouchE…
322 …[self _dispatchActiveTouches:[self _activeTouchesFromTouches:touches] eventType:ABI49_0_0RCTTouchE…
332 …[self _dispatchActiveTouches:[self _activeTouchesFromTouches:touches] eventType:ABI49_0_0RCTTouchE…
347 …[self _dispatchActiveTouches:[self _activeTouchesFromTouches:touches] eventType:ABI49_0_0RCTTouchE…
369 [self _dispatchActiveTouches:activeTouches eventType:ABI49_0_0RCTTouchEventTypeTouchCancel];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/
H A DABI47_0_0RCTSurfaceTouchHandler.mm282 if (eventType == ABI47_0_0RCTTouchEventTypeTouchEnd) {
340 static BOOL IsViewListeningToEvent(UIView *view, ViewEvents::Offset eventType)
345 return viewProps->events[eventType];
351 …OOL IsAnyViewInPathListeningToEvent(NSOrderedSet<UIView *> *viewPath, ViewEvents::Offset eventType)
354 if (IsViewListeningToEvent(view, eventType)) {
496 …ctiveTouches:(std::vector<ActiveTouch>)activeTouches eventType:(ABI47_0_0RCTTouchEventType)eventTy…
501 …BOOL isEndishEventType = eventType == ABI47_0_0RCTTouchEventTypeTouchEnd || eventType == ABI47_0_0…
514 PointerEvent pointerEvent = CreatePointerEventFromActiveTouch(activeTouch, eventType);
515 switch (eventType) {
553 switch (eventType) {
[all …]

12345