Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI49_0_0event.h54 struct YOGA_EXPORT Event { struct
105 struct Event::TypedData<Event::NodeAllocation> {
110 struct Event::TypedData<Event::NodeDeallocation> {
115 struct Event::TypedData<Event::LayoutPassStart> {
120 struct Event::TypedData<Event::LayoutPassEnd> {
126 struct Event::TypedData<Event::MeasureCallbackEnd> {
138 struct Event::TypedData<Event::NodeLayout> {
H A DABI49_0_0event.cpp41 std::function<Event::Subscriber> subscriber = nullptr;
44 Node(std::function<Event::Subscriber>&& subscriber) in Node()
64 void Event::reset() { in reset()
73 void Event::subscribe(std::function<Subscriber>&& subscriber) { in subscribe()
77 void Event::publish(const ABI49_0_0YGNode& node, Type eventType, const Data& eventData) { in publish()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI47_0_0event.h54 struct YOGA_EXPORT Event { struct
107 struct Event::TypedData<Event::NodeAllocation> {
112 struct Event::TypedData<Event::NodeDeallocation> {
117 struct Event::TypedData<Event::LayoutPassStart> {
122 struct Event::TypedData<Event::LayoutPassEnd> {
128 struct Event::TypedData<Event::MeasureCallbackEnd> {
140 struct Event::TypedData<Event::NodeLayout> {
H A DABI47_0_0event.cpp41 std::function<Event::Subscriber> subscriber = nullptr;
44 Node(std::function<Event::Subscriber>&& subscriber) in Node()
64 void Event::reset() { in reset()
73 void Event::subscribe(std::function<Subscriber>&& subscriber) { in subscribe()
77 void Event::publish(const ABI47_0_0YGNode& node, Type eventType, const Data& eventData) { in publish()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/event/
H A DABI48_0_0event.h54 struct YOGA_EXPORT Event { struct
110 struct Event::TypedData<Event::NodeAllocation> {
115 struct Event::TypedData<Event::NodeDeallocation> {
120 struct Event::TypedData<Event::LayoutPassStart> {
125 struct Event::TypedData<Event::LayoutPassEnd> {
131 struct Event::TypedData<Event::MeasureCallbackEnd> {
143 struct Event::TypedData<Event::NodeLayout> {
H A DABI48_0_0event.cpp41 std::function<Event::Subscriber> subscriber = nullptr;
44 Node(std::function<Event::Subscriber>&& subscriber) in Node()
64 void Event::reset() { in reset()
73 void Event::subscribe(std::function<Subscriber>&& subscriber) { in subscribe()
77 void Event::publish(const ABI48_0_0YGNode& node, Type eventType, const Data& eventData) { in publish()
/expo/apps/native-component-list/src/screens/
H A DEventsScreen.tsx12 event: Calendar.Event;
13 getEvent: (event: Calendar.Event) => void;
14 getAttendees: (event: Calendar.Event) => void;
15 updateEvent: (event: Calendar.Event) => void;
16 deleteEvent: (event: Calendar.Event) => void;
33 events: Calendar.Event[];
105 Alert.alert('Event saved successfully');
112 _getEvent = async (event: Calendar.Event) => {
150 Alert.alert('Event saved successfully');
164 Alert.alert('Event deleted successfully');
[all …]
/expo/packages/expo-battery/src/
H A DExpoBattery.web.ts17 chargingchange: Event;
18 chargingtimechange: Event;
19 dischargingtimechange: Event;
20 levelchange: Event;
24 onchargingchange: (this: BatteryManager, ev: Event) => any;
25 onlevelchange: (this: BatteryManager, ev: Event) => any;
26 onchargingtimechange: (this: BatteryManager, ev: Event) => any;
27 ondischargingtimechange: (this: BatteryManager, ev: Event) => any;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/models/
H A DDateModel.java19 return CommonDataKinds.Event.CONTENT_ITEM_TYPE; in getContentType()
31 return CommonDataKinds.Event.TYPE_ANNIVERSARY; in mapStringToType()
33 return CommonDataKinds.Event.TYPE_BIRTHDAY; in mapStringToType()
35 return CommonDataKinds.Event.TYPE_OTHER; in mapStringToType()
75 case CommonDataKinds.Event.TYPE_ANNIVERSARY: in getLabelFromCursor()
77 case CommonDataKinds.Event.TYPE_BIRTHDAY: in getLabelFromCursor()
79 case CommonDataKinds.Event.TYPE_OTHER: in getLabelFromCursor()
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/models/
H A DDateModel.java19 return CommonDataKinds.Event.CONTENT_ITEM_TYPE; in getContentType()
31 return CommonDataKinds.Event.TYPE_ANNIVERSARY; in mapStringToType()
33 return CommonDataKinds.Event.TYPE_BIRTHDAY; in mapStringToType()
35 return CommonDataKinds.Event.TYPE_OTHER; in mapStringToType()
75 case CommonDataKinds.Event.TYPE_ANNIVERSARY: in getLabelFromCursor()
77 case CommonDataKinds.Event.TYPE_BIRTHDAY: in getLabelFromCursor()
79 case CommonDataKinds.Event.TYPE_OTHER: in getLabelFromCursor()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/models/
H A DDateModel.java19 return CommonDataKinds.Event.CONTENT_ITEM_TYPE; in getContentType()
31 return CommonDataKinds.Event.TYPE_ANNIVERSARY; in mapStringToType()
33 return CommonDataKinds.Event.TYPE_BIRTHDAY; in mapStringToType()
35 return CommonDataKinds.Event.TYPE_OTHER; in mapStringToType()
75 case CommonDataKinds.Event.TYPE_ANNIVERSARY: in getLabelFromCursor()
77 case CommonDataKinds.Event.TYPE_BIRTHDAY: in getLabelFromCursor()
79 case CommonDataKinds.Event.TYPE_OTHER: in getLabelFromCursor()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/models/
H A DDateModel.java19 return CommonDataKinds.Event.CONTENT_ITEM_TYPE; in getContentType()
31 return CommonDataKinds.Event.TYPE_ANNIVERSARY; in mapStringToType()
33 return CommonDataKinds.Event.TYPE_BIRTHDAY; in mapStringToType()
35 return CommonDataKinds.Event.TYPE_OTHER; in mapStringToType()
75 case CommonDataKinds.Event.TYPE_ANNIVERSARY: in getLabelFromCursor()
77 case CommonDataKinds.Event.TYPE_BIRTHDAY: in getLabelFromCursor()
79 case CommonDataKinds.Event.TYPE_OTHER: in getLabelFromCursor()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt5 import expo.modules.kotlin.devtools.cdp.Event
33 private fun dispatchEvent(event: Event) { in dispatchEvent()
45 dispatchEvent(Event("Network.requestWillBeSent", params)) in willSendRequest()
48 dispatchEvent(Event("Network.requestWillBeSentExtraInfo", params2)) in willSendRequest()
55 dispatchEvent(Event("Network.responseReceived", params)) in didReceiveResponse()
59 dispatchEvent(Event("Expo(Network.receivedResponseBody)", params2)) in didReceiveResponse()
63 dispatchEvent(Event("Network.loadingFinished", params3)) in didReceiveResponse()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/devtools/
H A DExpoRequestCdpInterceptor.kt5 import abi49_0_0.expo.modules.kotlin.devtools.cdp.Event
33 private fun dispatchEvent(event: Event) { in dispatchEvent()
45 dispatchEvent(Event("Network.requestWillBeSent", params)) in willSendRequest()
48 dispatchEvent(Event("Network.requestWillBeSentExtraInfo", params2)) in willSendRequest()
55 dispatchEvent(Event("Network.responseReceived", params)) in didReceiveResponse()
59 dispatchEvent(Event("Expo(Network.receivedResponseBody)", params2)) in didReceiveResponse()
63 dispatchEvent(Event("Network.loadingFinished", params3)) in didReceiveResponse()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/interfaces/services/
H A DEventEmitter.java6 interface Event { interface
13 abstract class BaseEvent implements Event {
27 void emit(int viewId, Event event); in emit()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/interfaces/services/
H A DEventEmitter.java6 interface Event { interface
13 abstract class BaseEvent implements Event {
27 void emit(int viewId, Event event); in emit()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/interfaces/services/
H A DEventEmitter.java6 interface Event { interface
13 abstract class BaseEvent implements Event {
27 void emit(int viewId, Event event); in emit()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/interfaces/services/
H A DEventEmitter.java6 interface Event { interface
13 abstract class BaseEvent implements Event {
27 void emit(int viewId, Event event); in emit()
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DExpoRequestCdpInterceptor.swift26 private func dispatchEvent<T: CdpNetwork.EventParms>(_ event: CdpNetwork.Event<T>) { in dispatchEvent<T: CdpNetwork.EventParms>()
46 dispatchEvent(CdpNetwork.Event(method: "Network.requestWillBeSent", params: params)) in willSendRequest()
49 dispatchEvent(CdpNetwork.Event(method: "Network.requestWillBeSentExtraInfo", params: params2)) in willSendRequest()
64 dispatchEvent(CdpNetwork.Event(method: "Network.responseReceived", params: params)) in didReceiveResponse()
68 dispatchEvent(CdpNetwork.Event(method: "Expo(Network.receivedResponseBody)", params: params2)) in didReceiveResponse()
72 dispatchEvent(CdpNetwork.Event(method: "Network.loadingFinished", params: params3)) in didReceiveResponse()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DExpoRequestCdpInterceptor.swift26 private func dispatchEvent<T: CdpNetwork.EventParms>(_ event: CdpNetwork.Event<T>) { in dispatchEvent<T: CdpNetwork.EventParms>()
46 dispatchEvent(CdpNetwork.Event(method: "Network.requestWillBeSent", params: params)) in willSendRequest()
49 dispatchEvent(CdpNetwork.Event(method: "Network.requestWillBeSentExtraInfo", params: params2)) in willSendRequest()
64 dispatchEvent(CdpNetwork.Event(method: "Network.responseReceived", params: params)) in didReceiveResponse()
68 dispatchEvent(CdpNetwork.Event(method: "Expo(Network.receivedResponseBody)", params: params2)) in didReceiveResponse()
72 dispatchEvent(CdpNetwork.Event(method: "Network.loadingFinished", params: params3)) in didReceiveResponse()
/expo/android/vendored/unversioned/react-native-gesture-handler/android/noreanimated/src/main/java/com/swmansion/gesturehandler/
H A DReanimatedEventDispatcher.kt4 import com.facebook.react.uimanager.events.Event
7 fun <T : Event<T>>sendEvent(event: T, reactApplicationContext: ReactContext) { in sendEvent()
/expo/packages/create-expo-module/build/
H A Dtelemetry.d.ts4 type Event = {
8 export declare function logEventAsync(event: Event): Promise<void>;
/expo/android/vendored/sdk48/react-native-gesture-handler/android/noreanimated/src/main/java/abi48_0_0/com/swmansion/gesturehandler/
H A DReanimatedEventDispatcher.kt4 import abi48_0_0.com.facebook.react.uimanager.events.Event
7 fun <T : Event<T>>sendEvent(event: T, reactApplicationContext: ReactContext) { in sendEvent()
/expo/android/vendored/sdk47/react-native-gesture-handler/android/noreanimated/src/main/java/abi47_0_0/com/swmansion/gesturehandler/
H A DReanimatedEventDispatcher.kt4 import abi47_0_0.com.facebook.react.uimanager.events.Event
7 fun <T : Event<T>>sendEvent(event: T, reactApplicationContext: ReactContext) { in sendEvent()
/expo/android/vendored/sdk49/react-native-gesture-handler/android/noreanimated/src/main/java/abi49_0_0/com/swmansion/gesturehandler/
H A DReanimatedEventDispatcher.kt4 import abi49_0_0.com.facebook.react.uimanager.events.Event
7 fun <T : Event<T>>sendEvent(event: T, reactApplicationContext: ReactContext) { in sendEvent()

12345678910>>...13