Home
last modified time | relevance | path

Searched refs:effect (Results 1 – 25 of 177) sorted by relevance

12345678

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java26 public void addEffect(NotificationPresentationEffect effect) { in addEffect() argument
27 removeEffect(effect); in addEffect()
28 mEffects.add(effect); in addEffect()
32 public void removeEffect(NotificationPresentationEffect effect) { in removeEffect() argument
33 mEffects.remove(effect); in removeEffect()
39 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresented()
41 anyActed = effect.onNotificationPresented(tag, id, notification) || anyActed; in onNotificationPresented()
43 …sentation effector %s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, i… in onNotificationPresented()
53 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresentationFailed()
55 anyActed = effect.onNotificationPresentationFailed(tag, id, notification) || anyActed; in onNotificationPresentationFailed()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java26 public void addEffect(NotificationPresentationEffect effect) { in addEffect() argument
27 removeEffect(effect); in addEffect()
28 mEffects.add(effect); in addEffect()
32 public void removeEffect(NotificationPresentationEffect effect) { in removeEffect() argument
33 mEffects.remove(effect); in removeEffect()
39 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresented()
41 anyActed = effect.onNotificationPresented(tag, id, notification) || anyActed; in onNotificationPresented()
43 …sentation effector %s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, i… in onNotificationPresented()
53 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresentationFailed()
55 anyActed = effect.onNotificationPresentationFailed(tag, id, notification) || anyActed; in onNotificationPresentationFailed()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java26 public void addEffect(NotificationPresentationEffect effect) { in addEffect() argument
27 removeEffect(effect); in addEffect()
28 mEffects.add(effect); in addEffect()
32 public void removeEffect(NotificationPresentationEffect effect) { in removeEffect() argument
33 mEffects.remove(effect); in removeEffect()
39 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresented()
41 anyActed = effect.onNotificationPresented(tag, id, notification) || anyActed; in onNotificationPresented()
43 …sentation effector %s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, i… in onNotificationPresented()
53 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresentationFailed()
55 anyActed = effect.onNotificationPresentationFailed(tag, id, notification) || anyActed; in onNotificationPresentationFailed()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationEffectsManager.java26 public void addEffect(NotificationPresentationEffect effect) { in addEffect() argument
27 removeEffect(effect); in addEffect()
28 mEffects.add(effect); in addEffect()
32 public void removeEffect(NotificationPresentationEffect effect) { in removeEffect() argument
33 mEffects.remove(effect); in removeEffect()
39 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresented()
41 anyActed = effect.onNotificationPresented(tag, id, notification) || anyActed; in onNotificationPresented()
43 …sentation effector %s threw an exception for notification (%s, %d): %s", effect.getClass(), tag, i… in onNotificationPresented()
53 for (NotificationPresentationEffect effect : mEffects) { in onNotificationPresentationFailed()
55 anyActed = effect.onNotificationPresentationFailed(tag, id, notification) || anyActed; in onNotificationPresentationFailed()
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 runtime, std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 runtime, std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkRuntimeEffectFactory.h21 auto effect = result.effect; in JSI_HOST_FUNCTION() local
23 if (!effect) { in JSI_HOST_FUNCTION()
31 std::make_shared<JsiSkRuntimeEffect>(getContext(), std::move(effect))); in JSI_HOST_FUNCTION()
/expo/packages/expo-blur/ios/
H A DBlurEffectView.swift31 super.init(effect: nil)
47 effect = intensity > 0 ? visualEffect : nil in draw()
51 effect = nil in draw()
54 self.effect = visualEffect in draw()
/expo/ios/versioned/sdk49/ExpoBlur/
H A DBlurEffectView.swift31 super.init(effect: nil)
47 effect = intensity > 0 ? visualEffect : nil in draw()
51 effect = nil in draw()
54 self.effect = visualEffect in draw()
/expo/packages/expo-router/src/
H A DuseFocusEffect.ts16 export function useFocusEffect(effect: EffectCallback, do_not_pass_a_second_prop?: never) {
42 const destroy = effect();
117 }, [effect, navigation]);
/expo/ios/versioned/sdk48/ExpoBlur/
H A DBlurEffectView.swift31 super.init(effect: nil)
42 effect = nil in draw()
45 self.effect = visualEffect in draw()
/expo/ios/versioned/sdk47/EXBlur/EXBlur/
H A DBlurEffectView.swift31 super.init(effect: nil)
42 effect = nil in draw()
45 self.effect = visualEffect in draw()
/expo/packages/expo-router/build/
H A DuseFocusEffect.js.map1effect. This is especially useful for native redirects.\nimport * as React from 'react';\n\nimport…
H A DuseFocusEffect.js38 function useFocusEffect(effect, do_not_pass_a_second_prop) { argument
58 const destroy = effect();
122 }, [effect, navigation]);
H A DuseFocusEffect.d.ts9 export declare function useFocusEffect(effect: EffectCallback, do_not_pass_a_second_prop?: never): …
/expo/packages/expo-image/src/web/
H A DAnimationManager.tsx19 const SUPPORTED_ANIMATIONS: ImageTransition['effect'][] = [
46 animationClass: ImageTransition['effect'],
58 function validateAnimationClass(effect: ImageTransition['effect']) {
59 if (SUPPORTED_ANIMATIONS.includes(effect)) {
60 return effect;
69 const animationClass = validateAnimationClass(transition.effect);
/expo/packages/expo-image/ios/
H A DImageTransition.swift62 var effect: ImageTransitionEffect = .crossDissolve variable
65 return [timing.toAnimationOption(), effect.toAnimationOption()] in toAnimationOptions()
/expo/ios/versioned/sdk49/ExpoImage/
H A DImageTransition.swift62 var effect: ImageTransitionEffect = .crossDissolve variable
65 return [timing.toAnimationOption(), effect.toAnimationOption()] in toAnimationOptions()
/expo/ios/versioned/sdk48/ExpoImage/
H A DImageTransition.swift62 var effect: ImageTransitionEffect = .crossDissolve variable
65 return [timing.toAnimationOption(), effect.toAnimationOption()] in toAnimationOptions()
/expo/packages/expo-image/build/web/
H A DAnimationManager.js33 function validateAnimationClass(effect) { argument
34 if (SUPPORTED_ANIMATIONS.includes(effect)) {
35 return effect;
43 const animationClass = validateAnimationClass(transition.effect);

12345678