| /expo/apps/native-component-list/src/screens/Image/tests/ |
| H A D | borders.tsx | 12 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 D | ABI48_0_0LayoutMetrics.cpp | 37 "{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 D | ABI48_0_0LayoutMetrics.h | 25 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 D | ABI49_0_0LayoutMetrics.cpp | 37 "{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 D | ABI49_0_0LayoutMetrics.h | 26 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 D | ABI47_0_0LayoutMetrics.cpp | 38 "{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 D | ABI47_0_0LayoutMetrics.h | 25 EdgeInsets borderWidth{0}; 43 this->borderWidth, 51 rhs.borderWidth, 92 layoutMetrics.borderWidth,
|
| /expo/home/components/ |
| H A D | Button.tsx | 20 ): { 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 D | ABI48_0_0RCTLayout.m | 31 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 D | ABI48_0_0RCTLayout.h | 26 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 D | ABI49_0_0RCTLayout.m | 31 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 D | ABI49_0_0RCTLayout.h | 26 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 D | ABI47_0_0RCTLayout.m | 31 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 D | ABI47_0_0RCTLayout.h | 26 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 D | theme.ts | 227 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 D | AuBECSDebitFormView.swift | 58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable 59 auBecsFormView?.layer.borderWidth = borderWidth in setStyles()
|
| H A D | CardFieldView.swift | 62 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 D | AuBECSDebitFormView.swift | 58 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 D | AuBECSDebitFormView.swift | 58 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 D | AuBECSDebitFormView.swift | 58 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 D | HTMLElementsScreen.tsx | 70 <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 D | PressableScreen.tsx | 128 borderWidth: 1, 141 borderWidth: 1, 167 borderWidth: 1, 176 borderWidth: 1, 186 borderWidth: StyleSheet.hairlineWidth,
|
| /expo/docs/pages/ui-programming/ |
| H A D | z-index.mdx | 53 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 D | ABI48_0_0RNSharedElementStyle.m | 30 _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 D | ABI47_0_0RNSharedElementStyle.m | 30 _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);
|