Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaViewEdges.m8 ABI49_0_0RNCSafeAreaViewEdgeMode bottom,
14 edges.bottom = bottom;
19 …0_0RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *bottom, NSString *left)
24 edges.bottom = [ABI49_0_0RCTConvert ABI49_0_0RNCSafeAreaViewEdgeMode:bottom];
34 …ABI49_0_0RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left…
H A DABI49_0_0RNCSafeAreaShadowView.m46 bottom:(CGFloat *)bottom
52 *bottom = _metaProps[META_PROP_ALL].value;
63 *bottom = _metaProps[META_PROP_VERTICAL].value;
75 *bottom = _metaProps[META_PROP_BOTTOM].value;
110 CGFloat bottom = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
119 …(ABI49_0_0YGValue){[self getEdgeValue:edges.bottom insetValue:insets.bottom edgeValue:bottom], ABI…
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
126 …(ABI49_0_0YGValue){[self getEdgeValue:edges.bottom insetValue:insets.bottom edgeValue:bottom], ABI…
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaViewEdges.m8 RNCSafeAreaViewEdgeMode bottom,
14 edges.bottom = bottom;
19 …es RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *bottom, NSString *left)
24 edges.bottom = [RCTConvert RNCSafeAreaViewEdgeMode:bottom];
34 RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left"]))
H A DRNCSafeAreaShadowView.m46 bottom:(CGFloat *)bottom
52 *bottom = _metaProps[META_PROP_ALL].value;
63 *bottom = _metaProps[META_PROP_VERTICAL].value;
75 *bottom = _metaProps[META_PROP_BOTTOM].value;
110 CGFloat bottom = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
119 …(YGValue){[self getEdgeValue:edges.bottom insetValue:insets.bottom edgeValue:bottom], YGUnitPoint};
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
126 …(YGValue){[self getEdgeValue:edges.bottom insetValue:insets.bottom edgeValue:bottom], YGUnitPoint};
/expo/packages/expo-image/build/
H A Dutils.js44 bottom: { bottom: 0, left: '50%' }, property
51 'right bottom': { bottom: 0, right: 0 }, property
52 'bottom center': { bottom: 0, left: '50%' }, property
53 'bottom right': { bottom: 0, right: 0 }, property
54 'bottom left': { bottom: 0, left: 0 }, property
57 'left bottom': { bottom: 0, left: 0 }, property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0RectangleEdges.h28 T bottom{};
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()
57 lhs.bottom + rhs.bottom};
68 lhs.bottom - rhs.bottom};
83 rect.size.height - insets.top - insets.bottom}}; 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.h28 T bottom{};
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()
57 lhs.bottom + rhs.bottom};
68 lhs.bottom - rhs.bottom};
83 rect.size.height - insets.top - insets.bottom}}; in insetBy()
96 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/packages/expo-image/src/
H A Dutils.ts64 bottom: { bottom: 0, left: '50%' },
71 'right bottom': { bottom: 0, right: 0 },
72 'bottom center': { bottom: 0, left: '50%' },
73 'bottom right': { bottom: 0, right: 0 },
74 'bottom left': { bottom: 0, left: 0 },
77 'left bottom': { bottom: 0, left: 0 },
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0RectangleEdges.h28 T bottom{};
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()
57 lhs.bottom + rhs.bottom};
68 lhs.bottom - rhs.bottom};
83 rect.size.height - insets.top - insets.bottom}}; in insetBy()
93 rect.size.height + outsets.top + outsets.bottom}}; in outsetBy()
106 0, edges.left, edges.right, edges.top, edges.bottom);
/expo/android/vendored/sdk47/@shopify/flash-list/android/src/main/kotlin/abi47_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt30 maxBound = kotlin.math.max(maxBound, cell.bottom); in clearGapsAndOverlaps()
39 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
43 neighbour.bottom = maxBound + neighbour.height in clearGapsAndOverlaps()
47 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.bottom) in clearGapsAndOverlaps()
54 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
55 neighbour.bottom = cell.bottom + neighbour.height in clearGapsAndOverlaps()
56 neighbour.top = cell.bottom in clearGapsAndOverlaps()
71 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps()
72 …erall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bottom) in clearGapsAndOverlaps()
92 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/android/vendored/sdk48/@shopify/flash-list/android/src/main/kotlin/abi48_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt30 maxBound = kotlin.math.max(maxBound, cell.bottom); in clearGapsAndOverlaps()
39 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
43 neighbour.bottom = maxBound + neighbour.height in clearGapsAndOverlaps()
47 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.bottom) in clearGapsAndOverlaps()
54 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
55 neighbour.bottom = cell.bottom + neighbour.height in clearGapsAndOverlaps()
56 neighbour.top = cell.bottom in clearGapsAndOverlaps()
71 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps()
72 …erall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bottom) in clearGapsAndOverlaps()
92 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/android/vendored/sdk49/@shopify/flash-list/android/src/main/kotlin/abi49_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt32 maxBound = kotlin.math.max(maxBound, cell.bottom); in clearGapsAndOverlaps()
42 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
46 neighbour.bottom = maxBound + neighbour.height in clearGapsAndOverlaps()
51 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.bottom) in clearGapsAndOverlaps()
59 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
60 neighbour.bottom = cell.bottom + neighbour.height in clearGapsAndOverlaps()
61 neighbour.top = cell.bottom in clearGapsAndOverlaps()
77 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps()
78 …erall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bottom) in clearGapsAndOverlaps()
98 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/android/vendored/unversioned/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt32 maxBound = kotlin.math.max(maxBound, cell.bottom); in clearGapsAndOverlaps()
42 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
46 neighbour.bottom = maxBound + neighbour.height in clearGapsAndOverlaps()
51 maxBoundNeighbour = kotlin.math.max(maxBound, neighbour.bottom) in clearGapsAndOverlaps()
59 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
60 neighbour.bottom = cell.bottom + neighbour.height in clearGapsAndOverlaps()
61 neighbour.top = cell.bottom in clearGapsAndOverlaps()
77 …MaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bottom) in clearGapsAndOverlaps()
78 …erall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else neighbour.bottom) in clearGapsAndOverlaps()
98 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
[all …]
/expo/ios/vendored/sdk47/react-native-safe-area-context/ios/
H A DABI47_0_0RNCSafeAreaShadowView.m45 bottom:(CGFloat *)bottom
51 *bottom = _metaProps[META_PROP_ALL].value;
62 *bottom = _metaProps[META_PROP_VERTICAL].value;
74 *bottom = _metaProps[META_PROP_BOTTOM].value;
109 CGFloat bottom = 0;
114 CGFloat insetBottom = (edges & ABI47_0_0RNCSafeAreaViewEdgesBottom) ? insets.bottom : 0;
118 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
121 super.paddingBottom = (ABI47_0_0YGValue){insetBottom + bottom, ABI47_0_0YGUnitPoint};
124 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
127 super.marginBottom = (ABI47_0_0YGValue){insetBottom + bottom, ABI47_0_0YGUnitPoint};
/expo/ios/vendored/sdk48/react-native-safe-area-context/ios/
H A DABI48_0_0RNCSafeAreaShadowView.m45 bottom:(CGFloat *)bottom
51 *bottom = _metaProps[META_PROP_ALL].value;
62 *bottom = _metaProps[META_PROP_VERTICAL].value;
74 *bottom = _metaProps[META_PROP_BOTTOM].value;
109 CGFloat bottom = 0;
114 CGFloat insetBottom = (edges & ABI48_0_0RNCSafeAreaViewEdgesBottom) ? insets.bottom : 0;
118 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
121 super.paddingBottom = (ABI48_0_0YGValue){insetBottom + bottom, ABI48_0_0YGUnitPoint};
124 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
127 super.marginBottom = (ABI48_0_0YGValue){insetBottom + bottom, ABI48_0_0YGUnitPoint};
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaViewShadowNode.kt26 var bottom = 0f in updateInsets() variable
33 bottom = allEdges in updateInsets()
39 bottom = verticalEdges in updateInsets()
56 bottom = bottomEdge in updateInsets()
64 bottom = PixelUtil.toPixelFromDIP(bottom) in updateInsets()
71 super.setPadding(Spacing.BOTTOM, getEdgeValue(edges.bottom, insets.bottom, bottom)) in updateInsets()
76 super.setMargin(Spacing.BOTTOM, getEdgeValue(edges.bottom, insets.bottom, bottom)) in updateInsets()
H A DSafeAreaUtils.kt23 bottom = insets.bottom.toFloat(), in getRootWindowInsetsCompatR()
39 bottom = min(insets.systemWindowInsetBottom, insets.stableInsetBottom).toFloat(), in getRootWindowInsetsCompatM()
49 bottom = (rootView.height - visibleRect.bottom).toFloat(), in getRootWindowInsetsCompatBase()
77 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaViewShadowNode.kt26 var bottom = 0f in updateInsets() variable
33 bottom = allEdges in updateInsets()
39 bottom = verticalEdges in updateInsets()
56 bottom = bottomEdge in updateInsets()
64 bottom = PixelUtil.toPixelFromDIP(bottom) in updateInsets()
71 super.setPadding(Spacing.BOTTOM, getEdgeValue(edges.bottom, insets.bottom, bottom)) in updateInsets()
76 super.setMargin(Spacing.BOTTOM, getEdgeValue(edges.bottom, insets.bottom, bottom)) in updateInsets()
H A DSafeAreaUtils.kt24 bottom = insets.bottom.toFloat(), in getRootWindowInsetsCompatR()
41 bottom = min(insets.systemWindowInsetBottom, insets.stableInsetBottom).toFloat(), in getRootWindowInsetsCompatM()
52 bottom = (rootView.height - visibleRect.bottom).toFloat(), in getRootWindowInsetsCompatBase()
81 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
/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
253 …Insets.top > 0.0f || interpolatedClipInsets.right > 0.0f || interpolatedClipInsets.bottom > 0.0f) { in updateLayout()
258 parentLayout.bottom -= interpolatedClipInsets.bottom; in updateLayout()
381 layout.bottom - clippedLayout.bottom in getClipInsets()
404 …if ((endClipInsets.bottom == 0) && (startClipInsets.bottom != 0) && (startClippedLayout.bottom >= … in getInterpolatedClipInsets()
405 clipInsets.bottom = Math.max(0, interpolatedLayout.bottom - startClippedLayout.bottom); in getInterpolatedClipInsets()
406 …else if ((startClipInsets.bottom == 0) && (endClipInsets.bottom != 0) && (endClippedLayout.bottom in getInterpolatedClipInsets()
407 clipInsets.bottom = Math.max(0, interpolatedLayout.bottom - endClippedLayout.bottom); in getInterpolatedClipInsets()
409 …clipInsets.bottom = (startClipInsets.bottom + ((endClipInsets.bottom - startClipInsets.bottom) * p… in getInterpolatedClipInsets()
/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
253 …Insets.top > 0.0f || interpolatedClipInsets.right > 0.0f || interpolatedClipInsets.bottom > 0.0f) { in updateLayout()
258 parentLayout.bottom -= interpolatedClipInsets.bottom; in updateLayout()
381 layout.bottom - clippedLayout.bottom in getClipInsets()
404 …if ((endClipInsets.bottom == 0) && (startClipInsets.bottom != 0) && (startClippedLayout.bottom >= … in getInterpolatedClipInsets()
405 clipInsets.bottom = Math.max(0, interpolatedLayout.bottom - startClippedLayout.bottom); in getInterpolatedClipInsets()
406 …else if ((startClipInsets.bottom == 0) && (endClipInsets.bottom != 0) && (endClippedLayout.bottom in getInterpolatedClipInsets()
407 clipInsets.bottom = Math.max(0, interpolatedLayout.bottom - endClippedLayout.bottom); in getInterpolatedClipInsets()
409 …clipInsets.bottom = (startClipInsets.bottom + ((endClipInsets.bottom - startClipInsets.bottom) * p… in getInterpolatedClipInsets()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt24 bottom = insets.bottom.toFloat(), in getRootWindowInsetsCompatR()
41 bottom = min(insets.systemWindowInsetBottom, insets.stableInsetBottom).toFloat(), in getRootWindowInsetsCompatM()
52 bottom = (rootView.height - visibleRect.bottom).toFloat(), in getRootWindowInsetsCompatBase()
81 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt24 bottom = insets.bottom.toFloat(), in getRootWindowInsetsCompatR()
41 bottom = min(insets.systemWindowInsetBottom, insets.stableInsetBottom).toFloat(), in getRootWindowInsetsCompatM()
52 bottom = (rootView.height - visibleRect.bottom).toFloat(), in getRootWindowInsetsCompatBase()
81 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
/expo/packages/expo/src/environment/
H A DgetInitialSafeArea.ts1 export function getInitialSafeArea(): { top: number; bottom: number; left: number; right: number } {
4 bottom: 0,
/expo/apps/native-component-list/src/screens/Image/
H A DImageContentFitScreen.tsx18 'bottom',
25 'right bottom',
26 'bottom center',
27 'bottom right',
28 'bottom left',
31 'left bottom',
59 position: { bottom: 5, left: 10 },
63 position: { bottom: '10%', right: '10%' },

12345678910>>...27