Home
last modified time | relevance | path

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

12

/expo/apps/native-component-list/src/screens/Image/tests/
H A Dborders.tsx61 borderTopLeftRadius: range(0, 25),
75 borderTopLeftRadius: range(0, 25),
90 borderTopLeftRadius: range(0, 25),
107 borderTopLeftRadius: 10,
143 borderTopLeftRadius: 10,
166 borderTopLeftRadius: range(0, 25),
191 borderTopLeftRadius: range(0, 25),
H A Dshadows.tsx47 borderTopLeftRadius: range(0, 25),
/expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/
H A DEmojiPicker.js26 borderTopLeftRadius: 18, property
34 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/v47.0.0/tutorial/04-modal/
H A DEmojiPicker.js26 borderTopLeftRadius: 18, property
34 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/
H A DEmojiPicker.js26 borderTopLeftRadius: 18, property
34 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/v49.0.0/tutorial/04-modal/
H A DEmojiPicker.js26 borderTopLeftRadius: 18, property
34 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/unversioned/tutorial/04-modal/
H A DEmojiPicker.js26 borderTopLeftRadius: 18, property
34 borderTopLeftRadius: 10, property
/expo/packages/expo-linear-gradient/build/
H A DNativeLinearGradient.android.js12 flatStyle.borderTopLeftRadius ?? borderRadius,
13 flatStyle.borderTopLeftRadius ?? borderRadius,
H A DNativeLinearGradient.android.js.map1 … borderRadiiPerCorner = [\n flatStyle.borderTopLeftRadius ?? 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.java52 float borderTopLeftRadius = 0; field in RNSharedElementStyle
82 borderTopLeftRadius = borderRadius; in RNSharedElementStyle()
90 borderTopLeftRadius = borderRadius; in RNSharedElementStyle()
100 borderTopLeftRadius = borderRadius; in RNSharedElementStyle()
120borderTopLeftRadius = PixelUtil.toPixelFromDIP((float) config.getDouble("borderTopLeftRadius")); in RNSharedElementStyle()
136 if (borderTopLeftRadius != style.borderTopLeftRadius) res += PROP_BORDER_TOPLEFTRADIUS; in compare()
230 …result.borderTopLeftRadius = style1.borderTopLeftRadius + ((style2.borderTopLeftRadius - style1.bo… in getInterpolatedStyle()
H A DRNSharedElementDrawable.java155 if ((mStyle.borderTopLeftRadius == 0) && in getOutline()
172 mStyle.borderTopLeftRadius + extraRadiusForOutline, in getOutline()
173 mStyle.borderTopLeftRadius + extraRadiusForOutline, in getOutline()
248 style.borderTopLeftRadius, in drawReactImageView()
315 drawable.setRadius(style.borderTopLeftRadius, 0); 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.java52 float borderTopLeftRadius = 0; field in RNSharedElementStyle
82 borderTopLeftRadius = borderRadius; in RNSharedElementStyle()
90 borderTopLeftRadius = borderRadius; in RNSharedElementStyle()
100 borderTopLeftRadius = borderRadius; in RNSharedElementStyle()
120borderTopLeftRadius = PixelUtil.toPixelFromDIP((float) config.getDouble("borderTopLeftRadius")); in RNSharedElementStyle()
136 if (borderTopLeftRadius != style.borderTopLeftRadius) res += PROP_BORDER_TOPLEFTRADIUS; in compare()
230 …result.borderTopLeftRadius = style1.borderTopLeftRadius + ((style2.borderTopLeftRadius - style1.bo… in getInterpolatedStyle()
H A DRNSharedElementDrawable.java155 if ((mStyle.borderTopLeftRadius == 0) && in getOutline()
172 mStyle.borderTopLeftRadius + extraRadiusForOutline, in getOutline()
173 mStyle.borderTopLeftRadius + extraRadiusForOutline, in getOutline()
248 style.borderTopLeftRadius, in drawReactImageView()
315 drawable.setRadius(style.borderTopLeftRadius, 0); 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 },
68 borderTopLeftRadius: borderRadius.medium,
71 large: { borderTopLeftRadius: borderRadius.large, borderTopRightRadius: borderRadius.large },
72 full: { borderTopLeftRadius: 9999, borderTopRightRadius: 9999 },
/expo/packages/expo-linear-gradient/src/
H A DNativeLinearGradient.android.tsx24 flatStyle.borderTopLeftRadius ?? borderRadius,
25 flatStyle.borderTopLeftRadius ?? borderRadius,
/expo/docs/public/static/examples/v46.0.0/tutorial/05-emoji-list/
H A DEmojiList.js38 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/v47.0.0/tutorial/05-emoji-list/
H A DEmojiList.js38 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/v48.0.0/tutorial/05-emoji-list/
H A DEmojiList.js38 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/v49.0.0/tutorial/05-emoji-list/
H A DEmojiList.js38 borderTopLeftRadius: 10, property
/expo/docs/public/static/examples/unversioned/tutorial/05-emoji-list/
H A DEmojiList.js38 borderTopLeftRadius: 10, property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts233 borderTopLeftRadius?: number | undefined; property
325 borderTopLeftRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts252 borderTopLeftRadius?: AnimatableNumericValue | undefined; property
344 borderTopLeftRadius?: AnimatableNumericValue | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts164 borderTopLeftRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DImage.d.ts164 borderTopLeftRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTView.h66 @property (nonatomic, assign) CGFloat borderTopLeftRadius;

12