Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/expo/packages/expo-image/build/
H A Dutils.js41 center: { top: '50%', left: '50%' }, property
42 top: { top: 0, left: '50%' }, property
44 bottom: { bottom: 0, left: '50%' }, property
45 left: { top: '50%', left: 0 }, property
46 'top center': { top: 0, left: '50%' }, property
48 'top left': { top: 0, left: 0 }, property
52 'bottom center': { bottom: 0, left: '50%' }, property
54 'bottom left': { bottom: 0, left: 0 }, property
55 'left center': { top: '50%', left: 0 }, property
56 'left top': { top: 0, left: 0 }, property
[all …]
/expo/packages/expo-image/src/
H A Dutils.ts61 center: { top: '50%', left: '50%' },
62 top: { top: 0, left: '50%' },
64 bottom: { bottom: 0, left: '50%' },
65 left: { top: '50%', left: 0 },
66 'top center': { top: 0, left: '50%' },
68 'top left': { top: 0, left: 0 },
72 'bottom center': { bottom: 0, left: '50%' },
74 'bottom left': { bottom: 0, left: 0 },
75 'left center': { top: '50%', left: 0 },
76 'left top': { top: 0, left: 0 },
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLExpression.h193 DSLExpression operator+(DSLExpression left, DSLExpression right);
196 DSLExpression operator-(DSLExpression left, DSLExpression right);
199 DSLExpression operator*(DSLExpression left, DSLExpression right);
201 DSLExpression operator/(DSLExpression left, DSLExpression right);
203 DSLExpression operator%(DSLExpression left, DSLExpression right);
211 DSLExpression operator&(DSLExpression left, DSLExpression right);
213 DSLExpression operator|(DSLExpression left, DSLExpression right);
215 DSLExpression operator^(DSLExpression left, DSLExpression right);
218 DSLExpression operator,(DSLExpression left, DSLExpression right);
221 DSLExpression operator>(DSLExpression left, DSLExpression right);
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0RectangleEdges.h25 T left{};
31 return std::tie(this->left, this->top, this->right, this->bottom) ==
32 std::tie(rhs.left, rhs.top, rhs.right, rhs.bottom);
40 return left == top && left == right && left == bottom; in isUniform()
54 lhs.left + rhs.left,
65 lhs.left - rhs.left,
81 {rect.origin.x + insets.left, rect.origin.y + insets.top}, in insetBy()
82 {rect.size.width - insets.left - insets.right, in insetBy()
91 {rect.origin.x - outsets.left, rect.origin.y - outsets.top}, in outsetBy()
92 {rect.size.width + outsets.left + outsets.right, in outsetBy()
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLExpression.h204 DSLPossibleExpression operator+(DSLExpression left, DSLExpression right);
207 DSLPossibleExpression operator-(DSLExpression left, DSLExpression right);
210 DSLPossibleExpression operator*(DSLExpression left, DSLExpression right);
212 DSLPossibleExpression operator/(DSLExpression left, DSLExpression right);
214 DSLPossibleExpression operator%(DSLExpression left, DSLExpression right);
222 DSLPossibleExpression operator&(DSLExpression left, DSLExpression right);
224 DSLPossibleExpression operator|(DSLExpression left, DSLExpression right);
226 DSLPossibleExpression operator^(DSLExpression left, DSLExpression right);
229 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right);
235 DSLPossibleExpression operator>(DSLExpression left, DSLExpression right);
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0RectangleEdges.h25 T left{};
31 return std::tie(this->left, this->top, this->right, this->bottom) ==
32 std::tie(rhs.left, rhs.top, rhs.right, rhs.bottom);
40 return left == top && left == right && left == bottom; in isUniform()
54 lhs.left + rhs.left,
65 lhs.left - rhs.left,
81 {rect.origin.x + insets.left, rect.origin.y + insets.top}, in insetBy()
82 {rect.size.width - insets.left - insets.right, in insetBy()
96 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0RectangleEdges.h25 T left{};
31 return std::tie(this->left, this->top, this->right, this->bottom) ==
32 std::tie(rhs.left, rhs.top, rhs.right, rhs.bottom);
40 return left == top && left == right && left == bottom; in isUniform()
54 lhs.left + rhs.left,
65 lhs.left - rhs.left,
81 {rect.origin.x + insets.left, rect.origin.y + insets.top}, in insetBy()
82 {rect.size.width - insets.left - insets.right, in insetBy()
96 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaViewEdges.m9 ABI49_0_0RNCSafeAreaViewEdgeMode left)
13 edges.left = left;
19 …0_0RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *bottom, NSString *left)
25 edges.left = [ABI49_0_0RCTConvert ABI49_0_0RNCSafeAreaViewEdgeMode:left];
34 …49_0_0RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left"]))
H A DABI49_0_0RNCSafeAreaShadowView.m47 left:(CGFloat *)left
53 *left = _metaProps[META_PROP_ALL].value;
58 *left = _metaProps[META_PROP_HORIZONTAL].value;
79 *left = _metaProps[META_PROP_LEFT].value;
111 CGFloat left = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
120 …dingLeft = (ABI49_0_0YGValue){[self getEdgeValue:edges.left insetValue:insets.left edgeValue:left]…
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
127 …rginLeft = (ABI49_0_0YGValue){[self getEdgeValue:edges.left insetValue:insets.left edgeValue:left]…
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaViewEdges.m9 RNCSafeAreaViewEdgeMode left)
13 edges.left = left;
19 …es RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *bottom, NSString *left)
25 edges.left = [RCTConvert RNCSafeAreaViewEdgeMode:left];
34 RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left"]))
H A DRNCSafeAreaShadowView.m47 left:(CGFloat *)left
53 *left = _metaProps[META_PROP_ALL].value;
58 *left = _metaProps[META_PROP_HORIZONTAL].value;
79 *left = _metaProps[META_PROP_LEFT].value;
111 CGFloat left = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
120 …super.paddingLeft = (YGValue){[self getEdgeValue:edges.left insetValue:insets.left edgeValue:left]…
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
127 …super.marginLeft = (YGValue){[self getEdgeValue:edges.left insetValue:insets.left edgeValue:left],…
/expo/android/vendored/sdk47/@shopify/flash-list/android/src/main/kotlin/abi47_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt33 if (cell.left < neighbour.left) { in clearGapsAndOverlaps()
34 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
36 neighbour.left = cell.right in clearGapsAndOverlaps()
51 minBound = kotlin.math.min(minBound, cell.left); in clearGapsAndOverlaps()
58 if (cell.left != neighbour.left) { in clearGapsAndOverlaps()
59 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
60 neighbour.left = cell.left in clearGapsAndOverlaps()
64 neighbour.left = maxBound in clearGapsAndOverlaps()
95 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
96 … (cell.left <= scrollOffset + windowSize || cell.right <= scrollOffset + windowSize) in isWithinBounds()
/expo/android/vendored/sdk48/@shopify/flash-list/android/src/main/kotlin/abi48_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt33 if (cell.left < neighbour.left) { in clearGapsAndOverlaps()
34 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
36 neighbour.left = cell.right in clearGapsAndOverlaps()
51 minBound = kotlin.math.min(minBound, cell.left); in clearGapsAndOverlaps()
58 if (cell.left != neighbour.left) { in clearGapsAndOverlaps()
59 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
60 neighbour.left = cell.left in clearGapsAndOverlaps()
64 neighbour.left = maxBound in clearGapsAndOverlaps()
95 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
96 … (cell.left <= scrollOffset + windowSize || cell.right <= scrollOffset + windowSize) in isWithinBounds()
/expo/android/vendored/sdk49/@shopify/flash-list/android/src/main/kotlin/abi49_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt36 if (cell.left < neighbour.left) { in clearGapsAndOverlaps()
37 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
39 neighbour.left = cell.right in clearGapsAndOverlaps()
55 minBound = kotlin.math.min(minBound, cell.left); in clearGapsAndOverlaps()
63 if (cell.left != neighbour.left) { in clearGapsAndOverlaps()
64 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
65 neighbour.left = cell.left in clearGapsAndOverlaps()
69 neighbour.left = maxBound in clearGapsAndOverlaps()
101 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
102 … (cell.left <= scrollOffset + windowSize || cell.right <= scrollOffset + windowSize) in isWithinBounds()
/expo/android/vendored/unversioned/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt36 if (cell.left < neighbour.left) { in clearGapsAndOverlaps()
37 if (cell.right != neighbour.left) { in clearGapsAndOverlaps()
39 neighbour.left = cell.right in clearGapsAndOverlaps()
55 minBound = kotlin.math.min(minBound, cell.left); in clearGapsAndOverlaps()
63 if (cell.left != neighbour.left) { in clearGapsAndOverlaps()
64 neighbour.right = cell.left + neighbour.width in clearGapsAndOverlaps()
65 neighbour.left = cell.left in clearGapsAndOverlaps()
69 neighbour.left = maxBound in clearGapsAndOverlaps()
101 … (cell.left >= (scrollOffset - renderOffset) || cell.right >= (scrollOffset - renderOffset)) && in isWithinBounds()
102 … (cell.left <= scrollOffset + windowSize || cell.right <= scrollOffset + windowSize) in isWithinBounds()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt25 left = insets.left.toFloat() in getRootWindowInsetsCompatR()
42 left = insets.systemWindowInsetLeft.toFloat() in getRootWindowInsetsCompatM()
53 left = visibleRect.left.toFloat() in getRootWindowInsetsCompatBase()
80 right = max(min(visibleRect.left + view.width - windowWidth, 0f) + windowInsets.right, 0f), in getSafeAreaInsets()
82 left = max(windowInsets.left - visibleRect.left, 0f) in getSafeAreaInsets()
102 x = offset.left.toFloat(), in getFrame()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt25 left = insets.left.toFloat() in getRootWindowInsetsCompatR()
42 left = insets.systemWindowInsetLeft.toFloat() in getRootWindowInsetsCompatM()
53 left = visibleRect.left.toFloat() in getRootWindowInsetsCompatBase()
80 right = max(min(visibleRect.left + view.width - windowWidth, 0f) + windowInsets.right, 0f), in getSafeAreaInsets()
82 left = max(windowInsets.left - visibleRect.left, 0f) in getSafeAreaInsets()
102 x = offset.left.toFloat(), in getFrame()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt24 left = insets.left.toFloat()) in getRootWindowInsetsCompatR()
40 left = insets.systemWindowInsetLeft.toFloat()) in getRootWindowInsetsCompatM()
50 left = visibleRect.left.toFloat()) in getRootWindowInsetsCompatBase()
76 right = max(min(visibleRect.left + view.width - windowWidth, 0f) + windowInsets.right, 0f), in getSafeAreaInsets()
78 left = max(windowInsets.left - visibleRect.left, 0f)) in getSafeAreaInsets()
97 x = offset.left.toFloat(), in getFrame()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt25 left = insets.left.toFloat() in getRootWindowInsetsCompatR()
42 left = insets.systemWindowInsetLeft.toFloat() in getRootWindowInsetsCompatM()
53 left = visibleRect.left.toFloat() in getRootWindowInsetsCompatBase()
80 right = max(min(visibleRect.left + view.width - windowWidth, 0f) + windowInsets.right, 0f), in getSafeAreaInsets()
82 left = max(windowInsets.left - visibleRect.left, 0f) in getSafeAreaInsets()
102 x = offset.left.toFloat(), in getFrame()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementTransition.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
255 parentLayout.left += interpolatedClipInsets.left; in updateLayout()
277 setTranslationX(parentLayout.left); in updateLayout()
378 clippedLayout.left - layout.left, in getClipInsets()
413 …if ((endClipInsets.left == 0) && (startClipInsets.left != 0) && (startClippedLayout.left <= endCli… in getInterpolatedClipInsets()
414 clipInsets.left = Math.max(0, startClippedLayout.left - interpolatedLayout.left); in getInterpolatedClipInsets()
415 …} else if ((startClipInsets.left == 0) && (endClipInsets.left != 0) && (endClippedLayout.left <= s… in getInterpolatedClipInsets()
416 clipInsets.left = Math.max(0, endClippedLayout.left - interpolatedLayout.left); in getInterpolatedClipInsets()
418 …clipInsets.left = (startClipInsets.left + ((endClipInsets.left - startClipInsets.left) * position)… in getInterpolatedClipInsets()
439 layoutData.putDouble("x", PixelUtil.toDIPFromPixel(layout.left - mParentOffset[0])); in fireMeasureEvent()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/
H A DRNSharedElementTransition.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
255 parentLayout.left += interpolatedClipInsets.left; in updateLayout()
277 setTranslationX(parentLayout.left); in updateLayout()
378 clippedLayout.left - layout.left, in getClipInsets()
413 …if ((endClipInsets.left == 0) && (startClipInsets.left != 0) && (startClippedLayout.left <= endCli… in getInterpolatedClipInsets()
414 clipInsets.left = Math.max(0, startClippedLayout.left - interpolatedLayout.left); in getInterpolatedClipInsets()
415 …} else if ((startClipInsets.left == 0) && (endClipInsets.left != 0) && (endClippedLayout.left <= s… in getInterpolatedClipInsets()
416 clipInsets.left = Math.max(0, endClippedLayout.left - interpolatedLayout.left); in getInterpolatedClipInsets()
418 …clipInsets.left = (startClipInsets.left + ((endClipInsets.left - startClipInsets.left) * position)… in getInterpolatedClipInsets()
439 layoutData.putDouble("x", PixelUtil.toDIPFromPixel(layout.left - mParentOffset[0])); in fireMeasureEvent()
[all …]
/expo/ios/vendored/sdk47/react-native-safe-area-context/ios/
H A DABI47_0_0RNCSafeAreaShadowView.m46 left:(CGFloat *)left
52 *left = _metaProps[META_PROP_ALL].value;
57 *left = _metaProps[META_PROP_HORIZONTAL].value;
78 *left = _metaProps[META_PROP_LEFT].value;
110 CGFloat left = 0;
115 CGFloat insetLeft = (edges & ABI47_0_0RNCSafeAreaViewEdgesLeft) ? insets.left : 0;
118 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
122 super.paddingLeft = (ABI47_0_0YGValue){insetLeft + left, ABI47_0_0YGUnitPoint};
124 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
128 super.marginLeft = (ABI47_0_0YGValue){insetLeft + left, ABI47_0_0YGUnitPoint};
/expo/ios/vendored/sdk48/react-native-safe-area-context/ios/
H A DABI48_0_0RNCSafeAreaShadowView.m46 left:(CGFloat *)left
52 *left = _metaProps[META_PROP_ALL].value;
57 *left = _metaProps[META_PROP_HORIZONTAL].value;
78 *left = _metaProps[META_PROP_LEFT].value;
110 CGFloat left = 0;
115 CGFloat insetLeft = (edges & ABI48_0_0RNCSafeAreaViewEdgesLeft) ? insets.left : 0;
118 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
122 super.paddingLeft = (ABI48_0_0YGValue){insetLeft + left, ABI48_0_0YGUnitPoint};
124 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
128 super.marginLeft = (ABI48_0_0YGValue){insetLeft + left, ABI48_0_0YGUnitPoint};
/expo/packages/expo-image/build/web/
H A Dpositioning.js12 left: 0, property
23 if (resolvedPosition.left == null && resolvedPosition.right == null) {
24 resolvedPosition.left = '50%';
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/DrawerAndroid/__tests__/__snapshots__/
H A DDrawerAndroid-test.js.snap6 drawerPosition="left"
27 "left": 0,
58 drawerPosition="left"
79 "left": 0,
109 drawerPosition="left"
117 drawerPosition="left"

12345678910>>...28