Home
last modified time | relevance | path

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

12345678910

/expo/apps/native-component-list/src/screens/Image/tests/
H A Dborders.tsx12 borderWidth: 5,
21 borderWidth: range(0, 20),
30 borderWidth: 5,
40 borderWidth: range(0, 50),
50 borderWidth: range(0, 50),
65 borderWidth: 20,
79 borderWidth: 15,
94 borderWidth: 10,
153 borderWidth: 12,
174 borderWidth: 20,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0LayoutMetrics.cpp37 "{top:" + getDebugDescription(object.borderWidth.top, {}) + in getDebugProps()
38 ",right:" + getDebugDescription(object.borderWidth.right, {}) + in getDebugProps()
39 ",bottom:" + getDebugDescription(object.borderWidth.bottom, {}) + in getDebugProps()
40 ",left:" + getDebugDescription(object.borderWidth.left, {}) + "}"}, in getDebugProps()
H A DABI48_0_0LayoutMetrics.h25 EdgeInsets borderWidth{0};
43 this->borderWidth,
51 rhs.borderWidth,
92 layoutMetrics.borderWidth,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0LayoutMetrics.cpp37 "{top:" + getDebugDescription(object.borderWidth.top, {}) + in getDebugProps()
38 ",right:" + getDebugDescription(object.borderWidth.right, {}) + in getDebugProps()
39 ",bottom:" + getDebugDescription(object.borderWidth.bottom, {}) + in getDebugProps()
40 ",left:" + getDebugDescription(object.borderWidth.left, {}) + "}"}, in getDebugProps()
H A DABI49_0_0LayoutMetrics.h26 EdgeInsets borderWidth{0};
44 this->borderWidth,
52 rhs.borderWidth,
93 layoutMetrics.borderWidth,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0LayoutMetrics.cpp38 "{top:" + getDebugDescription(object.borderWidth.top, {}) + in getDebugProps()
39 ",right:" + getDebugDescription(object.borderWidth.right, {}) + in getDebugProps()
40 ",bottom:" + getDebugDescription(object.borderWidth.bottom, {}) + in getDebugProps()
41 ",left:" + getDebugDescription(object.borderWidth.left, {}) + "}"}, in getDebugProps()
H A DABI47_0_0LayoutMetrics.h25 EdgeInsets borderWidth{0};
43 this->borderWidth,
51 rhs.borderWidth,
92 layoutMetrics.borderWidth,
/expo/home/components/
H A DButton.tsx20 ): { backgroundColor: string; borderColor?: string; borderWidth?: 1; color: string } {
42 borderWidth: 1,
49 borderWidth: 1,
57 const { backgroundColor, borderColor, borderWidth, color } = getThemeColors(theme, expoTheme);
67 borderWidth,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTLayout.m31 UIEdgeInsets borderWidth = (UIEdgeInsets){
38 borderWidth.top + padding.top,
39 borderWidth.left + padding.left,
40 borderWidth.bottom + padding.bottom,
41 borderWidth.right + padding.right};
47 layoutMetrics.borderWidth = borderWidth;
H A DABI48_0_0RCTLayout.h26 UIEdgeInsets borderWidth; member
42 … UIEdgeInsetsEqualToEdgeInsets(a.borderWidth, b.borderWidth) && a.displayType == b.displayType && in ABI48_0_0RCTLayoutMetricsEqualToLayoutMetrics()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTLayout.m31 UIEdgeInsets borderWidth = (UIEdgeInsets){
38 borderWidth.top + padding.top,
39 borderWidth.left + padding.left,
40 borderWidth.bottom + padding.bottom,
41 borderWidth.right + padding.right};
47 layoutMetrics.borderWidth = borderWidth;
H A DABI49_0_0RCTLayout.h26 UIEdgeInsets borderWidth; member
42 … UIEdgeInsetsEqualToEdgeInsets(a.borderWidth, b.borderWidth) && a.displayType == b.displayType && in ABI49_0_0RCTLayoutMetricsEqualToLayoutMetrics()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTLayout.m31 UIEdgeInsets borderWidth = (UIEdgeInsets){
38 borderWidth.top + padding.top,
39 borderWidth.left + padding.left,
40 borderWidth.bottom + padding.bottom,
41 borderWidth.right + padding.right};
47 layoutMetrics.borderWidth = borderWidth;
H A DABI47_0_0RCTLayout.h26 UIEdgeInsets borderWidth; member
42 … UIEdgeInsetsEqualToEdgeInsets(a.borderWidth, b.borderWidth) && a.displayType == b.displayType && in ABI47_0_0RCTLayoutMetricsEqualToLayoutMetrics()
/expo/packages/expo-dev-client-components/src/
H A Dtheme.ts227 default: { borderColor: lightTheme.border.default, borderWidth: 1 }, constant
228 warning: { borderColor: lightTheme.border.warning, borderWidth: 1 }, constant
229 hairline: { borderColor: lightTheme.border.default, borderWidth: StyleSheet.hairlineWidth }, constant
233 default: { borderColor: darkTheme.border.default, borderWidth: 1 }, constant
234 warning: { borderColor: darkTheme.border.warning, borderWidth: 1 }, constant
235 error: { borderColor: darkTheme.border.error, borderWidth: 1 }, constant
236 hairline: { borderColor: darkTheme.border.default, borderWidth: StyleSheet.hairlineWidth }, constant
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
59 auBecsFormView?.layer.borderWidth = borderWidth in setStyles()
H A DCardFieldView.swift62 if let borderWidth = cardStyle["borderWidth"] as? Int { variable
63 cardField.borderWidth = CGFloat(borderWidth)
65 cardField.borderWidth = CGFloat(0)
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
59 auBecsFormView?.layer.borderWidth = borderWidth in setStyles()
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
59 auBecsFormView?.layer.borderWidth = borderWidth in setStyles()
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
59 auBecsFormView?.layer.borderWidth = borderWidth in setStyles()
/expo/apps/native-component-list/src/screens/
H A DHTMLElementsScreen.tsx70 <Nav style={{ padding: 8, borderWidth: 1 }}>
74 <Main style={{ padding: 8, borderWidth: 1 }}>
76 <Article style={{ padding: 8, borderWidth: 1 }}>
79 <Section style={{ padding: 8, flex: 2, borderWidth: 1 }}>
82 <Aside style={{ padding: 8, flex: 1, borderWidth: 1 }}>
88 <Footer style={{ padding: 8, borderWidth: 1 }}>
H A DPressableScreen.tsx128 borderWidth: 1,
141 borderWidth: 1,
167 borderWidth: 1,
176 borderWidth: 1,
186 borderWidth: StyleSheet.hairlineWidth,
/expo/docs/pages/ui-programming/
H A Dz-index.mdx53 borderWidth: 8,
57 borderWidth: 4,
115 borderWidth: 8,
119 borderWidth: 4,
176 borderWidth: 8,
180 borderWidth: 4,
236 borderWidth: 8,
240 borderWidth: 4,
294 borderWidth: 8,
298 borderWidth: 4,
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementStyle.m30 _borderWidth = layer.borderWidth;
39 // when a borderWidth is set on the view. Therefore, as a fail-safe we also try to
44 _borderWidth = rctView.borderWidth >= 0.0f ? rctView.borderWidth : 0.0f;
120 style.borderWidth = style1.borderWidth + ((style2.borderWidth - style1.borderWidth) * position);
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementStyle.m30 _borderWidth = layer.borderWidth;
39 // when a borderWidth is set on the view. Therefore, as a fail-safe we also try to
44 _borderWidth = rctView.borderWidth >= 0.0f ? rctView.borderWidth : 0.0f;
120 style.borderWidth = style1.borderWidth + ((style2.borderWidth - style1.borderWidth) * position);

12345678910