Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 90) sorted by relevance

1234

/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiBoxNode.h30 for (auto &shadow : shadows) { in renderNode()
31 if (!shadow->getBoxShadowProps()->isInner()) { in renderNode()
33 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
34 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
35 auto spread = shadow->getBoxShadowProps()->getSpread(); in renderNode()
39 *shadow->getBoxShadowProps()->getDerivedValue()); in renderNode()
47 for (auto &shadow : shadows) { in renderNode()
48 if (shadow->getBoxShadowProps()->isInner()) { in renderNode()
50 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
51 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
[all …]
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiBoxNode.h30 for (auto &shadow : shadows) { in renderNode()
31 if (!shadow->getBoxShadowProps()->isInner()) { in renderNode()
33 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
34 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
35 auto spread = shadow->getBoxShadowProps()->getSpread(); in renderNode()
39 *shadow->getBoxShadowProps()->getDerivedValue()); in renderNode()
47 for (auto &shadow : shadows) { in renderNode()
48 if (shadow->getBoxShadowProps()->isInner()) { in renderNode()
50 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
51 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
[all …]
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiBoxNode.h30 for (auto &shadow : shadows) { in renderNode()
31 if (!shadow->getBoxShadowProps()->isInner()) { in renderNode()
33 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
34 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
35 auto spread = shadow->getBoxShadowProps()->getSpread(); in renderNode()
39 *shadow->getBoxShadowProps()->getDerivedValue()); in renderNode()
47 for (auto &shadow : shadows) { in renderNode()
48 if (shadow->getBoxShadowProps()->isInner()) { in renderNode()
50 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
51 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiBoxNode.h30 for (auto &shadow : shadows) { in renderNode()
31 if (!shadow->getBoxShadowProps()->isInner()) { in renderNode()
33 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
34 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
35 auto spread = shadow->getBoxShadowProps()->getSpread(); in renderNode()
39 *shadow->getBoxShadowProps()->getDerivedValue()); in renderNode()
47 for (auto &shadow : shadows) { in renderNode()
48 if (shadow->getBoxShadowProps()->isInner()) { in renderNode()
50 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
51 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
[all …]
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiBoxNode.h30 for (auto &shadow : shadows) { in renderNode()
31 if (!shadow->getBoxShadowProps()->isInner()) { in renderNode()
33 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
34 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
35 auto spread = shadow->getBoxShadowProps()->getSpread(); in renderNode()
39 *shadow->getBoxShadowProps()->getDerivedValue()); in renderNode()
47 for (auto &shadow : shadows) { in renderNode()
48 if (shadow->getBoxShadowProps()->isInner()) { in renderNode()
50 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
51 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
[all …]
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/nodes/
H A DJsiBoxNode.h30 for (auto &shadow : shadows) { in renderNode()
31 if (!shadow->getBoxShadowProps()->isInner()) { in renderNode()
33 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
34 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
35 auto spread = shadow->getBoxShadowProps()->getSpread(); in renderNode()
39 *shadow->getBoxShadowProps()->getDerivedValue()); in renderNode()
47 for (auto &shadow : shadows) { in renderNode()
48 if (shadow->getBoxShadowProps()->isInner()) { in renderNode()
50 auto dx = shadow->getBoxShadowProps()->getDx(); in renderNode()
51 auto dy = shadow->getBoxShadowProps()->getDy(); in renderNode()
[all …]
/expo/packages/expo-dev-menu/android/src/test/java/expo/modules/devmenu/detectors/
H A DShakeDetectorTest.kt83 val shadow = shadowOf(sensorManager) in checks if ShakeDetector registers itself() constant
84 shadow.addSensor(ShadowSensor.newInstance(Sensor.TYPE_ACCELEROMETER)) in checks if ShakeDetector registers itself()
88 Truth.assertThat(shadow.listeners).contains(detector) in checks if ShakeDetector registers itself()
95 val shadow = shadowOf(sensorManager) in checks if ShakeDetector can be stopped() constant
96 shadow.addSensor(ShadowSensor.newInstance(Sensor.TYPE_ACCELEROMETER)) in checks if ShakeDetector can be stopped()
101 Truth.assertThat(shadow.listeners).doesNotContain(detector) in checks if ShakeDetector can be stopped()
111 val shadow = shadowOf(sensorManager) in checks if ShakeDetector listens to system events() constant
112 shadow.addSensor(ShadowSensor.newInstance(Sensor.TYPE_ACCELEROMETER)) in checks if ShakeDetector listens to system events()
117 shadow.sendSensorEventToListeners(event) in checks if ShakeDetector listens to system events()
121 Truth.assertThat(shadow.listeners).doesNotContain(detector) in checks if ShakeDetector listens to system events()
/expo/docs/ui/components/Home/resources/
H A DSnackImage.tsx15 <g filter="url(#inset-shadow)">
45 <filter id="inset-shadow">
50 <feComposite operator="in" in="color" in2="inverse" result="shadow" />
51 <feComposite operator="over" in="shadow" in2="SourceGraphic" />
/expo/apps/native-component-list/src/screens/GL/
H A DGLThreeDepthStencilBufferScreen.tsx61 light.shadow.camera.left = -1;
62 light.shadow.camera.right = 1;
63 light.shadow.camera.top = -1;
64 light.shadow.camera.bottom = 1;
106 const helper = new CameraHelper(light.shadow.camera);
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift24 appearance.shadow = try buildShadow(params: shadowParams) in buildAppearanceFromParams()
73 var shadow = PaymentSheet.Appearance.Shadow() in buildShadow() variable
76 shadow.color = color in buildShadow()
79 shadow.opacity = opacity in buildShadow()
82 shadow.radius = radius in buildShadow()
86 shadow.offset = CGSize(width: x, height:-y) in buildShadow()
90 return shadow in buildShadow()
110 primaryButton.shadow = try buildShadow(params: shadowParams) in buildPrimaryButton()
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift24 appearance.shadow = try buildShadow(params: shadowParams) in buildPaymentSheetAppearance()
73 var shadow = PaymentSheet.Appearance.Shadow() in buildShadow() variable
76 shadow.color = color in buildShadow()
79 shadow.opacity = opacity in buildShadow()
82 shadow.radius = radius in buildShadow()
86 shadow.offset = CGSize(width: x, height:-y) in buildShadow()
90 return shadow in buildShadow()
110 primaryButton.shadow = try buildShadow(params: shadowParams) in buildPrimaryButton()
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift24 appearance.shadow = try buildShadow(params: shadowParams) in buildAppearanceFromParams()
73 var shadow = PaymentSheet.Appearance.Shadow() in buildShadow() variable
76 shadow.color = color in buildShadow()
79 shadow.opacity = opacity in buildShadow()
82 shadow.radius = radius in buildShadow()
86 shadow.offset = CGSize(width: x, height:-y) in buildShadow()
90 return shadow in buildShadow()
110 primaryButton.shadow = try buildShadow(params: shadowParams) in buildPrimaryButton()
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DPaymentSheetAppearance.swift24 appearance.shadow = try buildShadow(params: shadowParams) in buildAppearanceFromParams()
73 var shadow = PaymentSheet.Appearance.Shadow() in buildShadow() variable
76 shadow.color = color in buildShadow()
79 shadow.opacity = opacity in buildShadow()
82 shadow.radius = radius in buildShadow()
86 shadow.offset = CGSize(width: x, height:-y) in buildShadow()
90 return shadow in buildShadow()
110 primaryButton.shadow = try buildShadow(params: shadowParams) in buildPrimaryButton()
/expo/docs/ui/components/Snippet/
H A DSnippetAction.tsx21 …'dark-theme border-transparent bg-[transparent] hocus:shadow-xs hocus:border-palette-gray9 hocus:b…
23 …er-0 rounded-none border-l border-l-default h-10 leading-10 px-4 hocus:bg-subtle hocus:shadow-none'
/expo/packages/expo-clipboard/android/src/test/java/expo/modules/clipboard/
H A DClipboardImageTest.kt125 val shadow = shadowOf(bitmap) in <lambda>() constant
126 assertEquals("Bitmap for content:/path27", shadow.description) in <lambda>()
143 val shadow = shadowOf(bitmap) in <lambda>() constant
146 shadow.createdFromStream in <lambda>()
/expo/docs/components/plugins/
H A DHighlight.tsx6 text-shadow: ${theme.palette.yellow7} 0px 0px 10px, ${theme.palette.yellow7} 0px 0px 10px,
/expo/docs/ui/components/Home/
H A DCells.tsx162 transition: box-shadow 200ms;
170 box-shadow: ${shadows.sm};
268 transition: box-shadow 200ms;
276 box-shadow: ${shadows.sm};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/
H A DABI47_0_0RCTTextAttributes.m174 NSShadow *shadow = [NSShadow new];
175 shadow.shadowOffset = _textShadowOffset;
176 shadow.shadowBlurRadius = _textShadowRadius;
177 shadow.shadowColor = _textShadowColor;
178 attributes[NSShadowAttributeName] = shadow;
/expo/docs/ui/components/RouteUrl/
H A DRuntimePopup.tsx28 …r-0 rounded-none border-l border-l-default h-10 leading-10 px-10 hocus:bg-subtle hocus:shadow-none"
64 box-shadow: ${shadows.xs};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.m198 NSShadow *shadow = [NSShadow new];
199 shadow.shadowOffset = _textShadowOffset;
200 shadow.shadowBlurRadius = _textShadowRadius;
201 shadow.shadowColor = _textShadowColor;
202 attributes[NSShadowAttributeName] = shadow;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DABI48_0_0RCTTextAttributes.m198 NSShadow *shadow = [NSShadow new];
199 shadow.shadowOffset = _textShadowOffset;
200 shadow.shadowBlurRadius = _textShadowRadius;
201 shadow.shadowColor = _textShadowColor;
202 attributes[NSShadowAttributeName] = shadow;
/expo/packages/expo-dev-launcher/bundle/components/
H A DBaseModal.tsx19 <View bg="default" rounded="large" shadow="medium" mx="small">
H A DUrlDropdown.tsx97 shadow="micro">
125 shadow="button"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTAttributedTextUtils.mm203 NSShadow *shadow = [NSShadow new];
204 shadow.shadowOffset = CGSize{textShadowOffset.width, textShadowOffset.height};
205 shadow.shadowBlurRadius = textAttributes.textShadowRadius;
206 shadow.shadowColor = ABI47_0_0RCTUIColorFromSharedColor(textAttributes.textShadowColor);
207 attributes[NSShadowAttributeName] = shadow;
/expo/packages/expo-dev-client-components/src/
H A DText.tsx75 shadow: {

1234