Home
last modified time | relevance | path

Searched refs:borderTopRightRadius (Results 1 – 25 of 41) sorted by relevance

12

/expo/apps/native-component-list/src/screens/Image/tests/
H A Dborders.tsx62 borderTopRightRadius: range(0, 50),
76 borderTopRightRadius: range(0, 50),
91 borderTopRightRadius: range(0, 50),
108 borderTopRightRadius: 10,
119 borderTopRightRadius: 10,
167 borderTopRightRadius: range(0, 50),
192 borderTopRightRadius: range(0, 50),
H A Dshadows.tsx48 borderTopRightRadius: range(0, 50),
/expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/
H A DEmojiPicker.js25 borderTopRightRadius: 18, property
33 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/v47.0.0/tutorial/04-modal/
H A DEmojiPicker.js25 borderTopRightRadius: 18, property
33 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/
H A DEmojiPicker.js25 borderTopRightRadius: 18, property
33 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/v49.0.0/tutorial/04-modal/
H A DEmojiPicker.js25 borderTopRightRadius: 18, property
33 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/unversioned/tutorial/04-modal/
H A DEmojiPicker.js25 borderTopRightRadius: 18, property
33 borderTopRightRadius: 10, property
/expo/packages/expo-linear-gradient/build/
H A DNativeLinearGradient.android.js14 flatStyle.borderTopRightRadius ?? borderRadius,
15 flatStyle.borderTopRightRadius ?? borderRadius,
H A DNativeLinearGradient.android.js.map1 …tRadius ?? borderRadius,\n flatStyle.borderTopRightRadius ?? borderRadius,\n flatStyle.borde…
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementStyle.java53 float borderTopRightRadius = 0; field in RNSharedElementStyle
83 borderTopRightRadius = borderRadius; in RNSharedElementStyle()
92 borderTopRightRadius = borderRadius; in RNSharedElementStyle()
98 borderTopRightRadius = borderRadius; in RNSharedElementStyle()
122borderTopRightRadius = PixelUtil.toPixelFromDIP((float) config.getDouble("borderTopRightRadius")); in RNSharedElementStyle()
137 if (borderTopRightRadius != style.borderTopRightRadius) res += PROP_BORDER_TOPRIGHTRADIUS; in compare()
231 …result.borderTopRightRadius = style1.borderTopRightRadius + ((style2.borderTopRightRadius - style1… in getInterpolatedStyle()
H A DRNSharedElementDrawable.java156 (mStyle.borderTopRightRadius == 0) && in getOutline()
174 mStyle.borderTopRightRadius + extraRadiusForOutline, in getOutline()
175 mStyle.borderTopRightRadius + extraRadiusForOutline, in getOutline()
249 style.borderTopRightRadius, in drawReactImageView()
316 drawable.setRadius(style.borderTopRightRadius, 1); in drawPlainView()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementStyle.java53 float borderTopRightRadius = 0; field in RNSharedElementStyle
83 borderTopRightRadius = borderRadius; in RNSharedElementStyle()
92 borderTopRightRadius = borderRadius; in RNSharedElementStyle()
98 borderTopRightRadius = borderRadius; in RNSharedElementStyle()
122borderTopRightRadius = PixelUtil.toPixelFromDIP((float) config.getDouble("borderTopRightRadius")); in RNSharedElementStyle()
137 if (borderTopRightRadius != style.borderTopRightRadius) res += PROP_BORDER_TOPRIGHTRADIUS; in compare()
231 …result.borderTopRightRadius = style1.borderTopRightRadius + ((style2.borderTopRightRadius - style1… in getInterpolatedStyle()
H A DRNSharedElementDrawable.java156 (mStyle.borderTopRightRadius == 0) && in getOutline()
174 mStyle.borderTopRightRadius + extraRadiusForOutline, in getOutline()
175 mStyle.borderTopRightRadius + extraRadiusForOutline, in getOutline()
249 style.borderTopRightRadius, in drawReactImageView()
316 drawable.setRadius(style.borderTopRightRadius, 1); in drawPlainView()
/expo/packages/expo-dev-client-components/src/
H A Dtheme.ts65 none: { borderTopLeftRadius: 0, borderTopRightRadius: 0 },
66 small: { borderTopLeftRadius: borderRadius.small, borderTopRightRadius: borderRadius.small }, constant
69 borderTopRightRadius: borderRadius.medium, constant
71 large: { borderTopLeftRadius: borderRadius.large, borderTopRightRadius: borderRadius.large }, constant
72 full: { borderTopLeftRadius: 9999, borderTopRightRadius: 9999 },
/expo/packages/expo-linear-gradient/src/
H A DNativeLinearGradient.android.tsx26 flatStyle.borderTopRightRadius ?? borderRadius,
27 flatStyle.borderTopRightRadius ?? borderRadius,
/expo/docs/public/static/examples/v46.0.0/tutorial/05-emoji-list/
H A DEmojiList.js37 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/v47.0.0/tutorial/05-emoji-list/
H A DEmojiList.js37 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/v48.0.0/tutorial/05-emoji-list/
H A DEmojiList.js37 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/v49.0.0/tutorial/05-emoji-list/
H A DEmojiList.js37 borderTopRightRadius: 10, property
/expo/docs/public/static/examples/unversioned/tutorial/05-emoji-list/
H A DEmojiList.js37 borderTopRightRadius: 10, property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts234 borderTopRightRadius?: number | undefined; property
326 borderTopRightRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts253 borderTopRightRadius?: AnimatableNumericValue | undefined; property
345 borderTopRightRadius?: AnimatableNumericValue | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts166 borderTopRightRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts166 borderTopRightRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTView.h67 @property (nonatomic, assign) CGFloat borderTopRightRadius;

12