Home
last modified time | relevance | path

Searched defs:borderWidth (Results 1 – 25 of 63) sorted by relevance

123

/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/docs/public/static/examples/v47.0.0/tutorial/03-button-options/
H A DCircleButton.js19 borderWidth: 4, property
/expo/docs/public/static/examples/v46.0.0/tutorial/03-button-options/
H A DCircleButton.js19 borderWidth: 4, property
/expo/docs/public/static/examples/unversioned/tutorial/03-button-options/
H A DCircleButton.js19 borderWidth: 4, property
/expo/docs/public/static/examples/v48.0.0/tutorial/03-button-options/
H A DCircleButton.js19 borderWidth: 4, property
/expo/docs/public/static/examples/v49.0.0/tutorial/03-button-options/
H A DCircleButton.js19 borderWidth: 4, property
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
H A DCardFormView.swift82 if let borderWidth = cardStyle["borderWidth"] as? Int { in setStyles() variable
H A DCardFieldView.swift62 if let borderWidth = cardStyle["borderWidth"] as? Int { variable
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
H A DCardFormView.swift82 if let borderWidth = cardStyle["borderWidth"] as? Int { in setStyles() variable
H A DCardFieldView.swift62 if let borderWidth = cardStyle["borderWidth"] as? Int { variable
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
H A DCardFormView.swift82 if let borderWidth = cardStyle["borderWidth"] as? Int { in setStyles() variable
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift58 if let borderWidth = formStyle["borderWidth"] as? CGFloat { in setStyles() variable
H A DCardFormView.swift82 if let borderWidth = cardStyle["borderWidth"] as? Int { in setStyles() variable
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DAuBECSDebitFormView.kt43 val borderWidth = getIntOrNull(value, "borderWidth") in <lambda>() constant
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DAuBECSDebitFormView.kt43 val borderWidth = getIntOrNull(value, "borderWidth") in <lambda>() constant
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DAuBECSDebitFormView.kt43 val borderWidth = getIntOrNull(value, "borderWidth") in <lambda>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DAuBECSDebitFormView.kt43 val borderWidth = getIntOrNull(value, "borderWidth") in <lambda>() constant
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTLayout.h26 UIEdgeInsets borderWidth; member
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTLayout.h26 UIEdgeInsets borderWidth; member
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTLayout.h26 UIEdgeInsets borderWidth; member
/expo/packages/expo-checkbox/build/
H A DExpoCheckbox.js36 borderWidth: 2, property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts43 borderWidth?: number | undefined; property
237 borderWidth?: number | undefined; property
323 borderWidth?: number | undefined; property

123