| /expo/apps/native-component-list/src/screens/Image/tests/ |
| H A D | borders.tsx | 61 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 D | shadows.tsx | 47 borderTopLeftRadius: range(0, 25),
|
| /expo/docs/public/static/examples/v46.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 26 borderTopLeftRadius: 18, property 34 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/v47.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 26 borderTopLeftRadius: 18, property 34 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/v48.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 26 borderTopLeftRadius: 18, property 34 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/v49.0.0/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 26 borderTopLeftRadius: 18, property 34 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/unversioned/tutorial/04-modal/ |
| H A D | EmojiPicker.js | 26 borderTopLeftRadius: 18, property 34 borderTopLeftRadius: 10, property
|
| /expo/packages/expo-linear-gradient/build/ |
| H A D | NativeLinearGradient.android.js | 12 flatStyle.borderTopLeftRadius ?? borderRadius, 13 flatStyle.borderTopLeftRadius ?? borderRadius,
|
| H A D | NativeLinearGradient.android.js.map | 1 … 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 D | RNSharedElementStyle.java | 52 float borderTopLeftRadius = 0; field in RNSharedElementStyle 82 borderTopLeftRadius = borderRadius; in RNSharedElementStyle() 90 borderTopLeftRadius = borderRadius; in RNSharedElementStyle() 100 borderTopLeftRadius = borderRadius; in RNSharedElementStyle() 120 … borderTopLeftRadius = 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 D | RNSharedElementDrawable.java | 155 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 D | RNSharedElementStyle.java | 52 float borderTopLeftRadius = 0; field in RNSharedElementStyle 82 borderTopLeftRadius = borderRadius; in RNSharedElementStyle() 90 borderTopLeftRadius = borderRadius; in RNSharedElementStyle() 100 borderTopLeftRadius = borderRadius; in RNSharedElementStyle() 120 … borderTopLeftRadius = 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 D | RNSharedElementDrawable.java | 155 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 D | theme.ts | 65 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 D | NativeLinearGradient.android.tsx | 24 flatStyle.borderTopLeftRadius ?? borderRadius, 25 flatStyle.borderTopLeftRadius ?? borderRadius,
|
| /expo/docs/public/static/examples/v46.0.0/tutorial/05-emoji-list/ |
| H A D | EmojiList.js | 38 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/v47.0.0/tutorial/05-emoji-list/ |
| H A D | EmojiList.js | 38 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/v48.0.0/tutorial/05-emoji-list/ |
| H A D | EmojiList.js | 38 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/v49.0.0/tutorial/05-emoji-list/ |
| H A D | EmojiList.js | 38 borderTopLeftRadius: 10, property
|
| /expo/docs/public/static/examples/unversioned/tutorial/05-emoji-list/ |
| H A D | EmojiList.js | 38 borderTopLeftRadius: 10, property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 233 borderTopLeftRadius?: number | undefined; property 325 borderTopLeftRadius?: number | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 252 borderTopLeftRadius?: AnimatableNumericValue | undefined; property 344 borderTopLeftRadius?: AnimatableNumericValue | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 164 borderTopLeftRadius?: number | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 164 borderTopLeftRadius?: number | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTView.h | 66 @property (nonatomic, assign) CGFloat borderTopLeftRadius;
|