Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 25 of 228) sorted by relevance

12345678910

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/enums/
H A DNotificationPriority.java34 for (NotificationPriority priority : NotificationPriority.values()) { in fromEnumValue()
35 if (priority.getEnumValue().equalsIgnoreCase(value)) { in fromEnumValue()
36 return priority; in fromEnumValue()
44 for (NotificationPriority priority : NotificationPriority.values()) { in fromNativeValue()
45 if (priority.getNativeValue() == value) { in fromNativeValue()
46 return priority; in fromNativeValue()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI49_0_0Task.cpp13 SchedulerPriority priority, in Task() argument
16 : priority(priority), in Task()
21 SchedulerPriority priority, in Task() argument
24 : priority(priority), in Task()
H A DABI49_0_0RuntimeScheduler.cpp35 SchedulerPriority priority, in scheduleTask() argument
37 auto expirationTime = now_() + timeoutForSchedulerPriority(priority); in scheduleTask()
39 std::make_shared<Task>(priority, std::move(callback), expirationTime); in scheduleTask()
48 SchedulerPriority priority, in scheduleTask() argument
50 auto expirationTime = now_() + timeoutForSchedulerPriority(priority); in scheduleTask()
52 std::make_shared<Task>(priority, std::move(callback), expirationTime); in scheduleTask()
109 currentPriority_ = topPriorityTask->priority; in callExpiredTasks()
154 currentPriority_ = topPriorityTask->priority; in startWorkLoop()
H A DABI49_0_0Task.h26 SchedulerPriority priority,
31 SchedulerPriority priority,
39 SchedulerPriority priority; member
/expo/packages/expo-image/build/web/
H A DImageWrapper.js6 function getFetchPriorityFromImagePriority(priority = 'normal') { argument
7 return priority && ['low', 'high'].includes(priority) ? priority : 'auto';
18 …Ref(({ source, events, contentPosition, hashPlaceholderContentPosition, priority, style, hashPlace…
40 …fetchpriority: getFetchPriorityFromImagePriority(priority || 'normal'), ...getImageWrapperEventHan…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0EventDispatcher.cpp37 void EventDispatcher::dispatchEvent(RawEvent &&rawEvent, EventPriority priority) in dispatchEvent()
43 getEventQueue(priority).enqueueEvent(std::move(rawEvent)); in dispatchEvent()
48 EventPriority priority) const { in dispatchStateUpdate()
49 getEventQueue(priority).enqueueStateUpdate(std::move(stateUpdate)); in dispatchStateUpdate()
60 const EventQueue &EventDispatcher::getEventQueue(EventPriority priority) const { in getEventQueue()
61 switch (priority) { in getEventQueue()
H A DABI47_0_0ConcreteState.h64 EventPriority priority = EventPriority::AsynchronousUnbatched) const {
69 priority);
82 EventPriority priority = EventPriority::AsynchronousBatched) const {
97 family->dispatchRawState(std::move(stateUpdate), priority);
H A DABI47_0_0EventDispatcher.h41 void dispatchEvent(RawEvent &&rawEvent, EventPriority priority) const;
53 void dispatchStateUpdate(StateUpdate &&stateUpdate, EventPriority priority)
69 EventQueue const &getEventQueue(EventPriority priority) const;
H A DABI47_0_0EventEmitter.cpp55 EventPriority priority, in dispatchEvent() argument
62 priority, in dispatchEvent()
77 EventPriority priority, in dispatchEvent() argument
92 priority); in dispatchEvent()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0EventDispatcher.cpp36 void EventDispatcher::dispatchEvent(RawEvent &&rawEvent, EventPriority priority) in dispatchEvent()
42 getEventQueue(priority).enqueueEvent(std::move(rawEvent)); in dispatchEvent()
47 EventPriority priority) const { in dispatchStateUpdate()
48 getEventQueue(priority).enqueueStateUpdate(std::move(stateUpdate)); in dispatchStateUpdate()
59 const EventQueue &EventDispatcher::getEventQueue(EventPriority priority) const { in getEventQueue()
60 switch (priority) { in getEventQueue()
H A DABI48_0_0ConcreteState.h64 EventPriority priority = EventPriority::AsynchronousUnbatched) const {
69 priority);
82 EventPriority priority = EventPriority::AsynchronousBatched) const {
97 family->dispatchRawState(std::move(stateUpdate), priority);
H A DABI48_0_0EventDispatcher.h41 void dispatchEvent(RawEvent &&rawEvent, EventPriority priority) const;
53 void dispatchStateUpdate(StateUpdate &&stateUpdate, EventPriority priority)
69 EventQueue const &getEventQueue(EventPriority priority) const;
H A DABI48_0_0EventEmitter.cpp54 EventPriority priority, in dispatchEvent() argument
61 priority, in dispatchEvent()
76 EventPriority priority, in dispatchEvent() argument
91 priority); in dispatchEvent()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0EventDispatcher.cpp37 void EventDispatcher::dispatchEvent(RawEvent &&rawEvent, EventPriority priority) in dispatchEvent()
48 getEventQueue(priority).enqueueEvent(std::move(rawEvent)); in dispatchEvent()
53 EventPriority priority) const { in dispatchStateUpdate()
54 getEventQueue(priority).enqueueStateUpdate(std::move(stateUpdate)); in dispatchStateUpdate()
65 const EventQueue &EventDispatcher::getEventQueue(EventPriority priority) const { in getEventQueue()
66 switch (priority) { in getEventQueue()
H A DABI49_0_0ConcreteState.h64 EventPriority priority = EventPriority::AsynchronousUnbatched) const {
69 priority);
82 EventPriority priority = EventPriority::AsynchronousBatched) const {
97 family->dispatchRawState(std::move(stateUpdate), priority);
H A DABI49_0_0EventDispatcher.h41 void dispatchEvent(RawEvent &&rawEvent, EventPriority priority) const;
53 void dispatchStateUpdate(StateUpdate &&stateUpdate, EventPriority priority)
69 EventQueue const &getEventQueue(EventPriority priority) const;
H A DABI49_0_0EventEmitter.cpp54 EventPriority priority, in dispatchEvent() argument
61 priority, in dispatchEvent()
76 EventPriority priority, in dispatchEvent() argument
91 priority); in dispatchEvent()
/expo/packages/expo-image/src/web/
H A DImageWrapper.tsx11 function getFetchPriorityFromImagePriority(priority: ImageNativeProps['priority'] = 'normal') {
12 return priority && ['low', 'high'].includes(priority) ? priority : 'auto';
32 priority,
76 fetchpriority={getFetchPriorityFromImagePriority(priority || 'normal')}
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI47_0_0Task.cpp14 SchedulerPriority priority, in Task() argument
17 : priority(priority), in Task()
H A DABI47_0_0RuntimeScheduler.cpp35 SchedulerPriority priority, in scheduleTask() argument
37 auto expirationTime = now() + timeoutForSchedulerPriority(priority); in scheduleTask()
39 std::make_shared<Task>(priority, std::move(callback), expirationTime); in scheduleTask()
97 currentPriority_ = topPriorityTask->priority; in callExpiredTasks()
142 currentPriority_ = topPriorityTask->priority; in startWorkLoop()
H A DABI47_0_0Task.h24 SchedulerPriority priority,
32 SchedulerPriority priority; member
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/runtimescheduler/
H A DABI48_0_0Task.cpp13 SchedulerPriority priority, in Task() argument
16 : priority(priority), in Task()
H A DABI48_0_0RuntimeScheduler.cpp35 SchedulerPriority priority, in scheduleTask() argument
37 auto expirationTime = now() + timeoutForSchedulerPriority(priority); in scheduleTask()
39 std::make_shared<Task>(priority, std::move(callback), expirationTime); in scheduleTask()
97 currentPriority_ = topPriorityTask->priority; in callExpiredTasks()
142 currentPriority_ = topPriorityTask->priority; in startWorkLoop()
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageModule.swift60 Prop("priority") { (view, priority: ImagePriority?) in in definition()
63 if let priority = priority?.toSDWebImageOptions() { in definition() variable
64 view.loadingOptions.insert(priority) in definition()
/expo/packages/expo-image/ios/
H A DImageModule.swift60 Prop("priority") { (view, priority: ImagePriority?) in in definition()
63 if let priority = priority?.toSDWebImageOptions() { in definition() variable
64 view.loadingOptions.insert(priority) in definition()

12345678910