Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 916) sorted by relevance

12345678910>>...37

/expo/packages/expo-image/build/
H A Dutils.js41 center: { top: '50%', left: '50%' }, property
42 top: { top: 0, left: '50%' }, property
43 right: { top: '50%', right: 0 }, property
45 left: { top: '50%', left: 0 }, property
46 'top center': { top: 0, left: '50%' }, property
47 'top right': { top: 0, right: 0 }, property
48 'top left': { top: 0, left: 0 }, property
49 'right center': { top: '50%', right: 0 }, property
50 'right top': { top: 0, right: 0 }, property
55 'left center': { top: '50%', left: 0 }, property
[all …]
/expo/packages/expo-image/src/
H A Dutils.ts61 center: { top: '50%', left: '50%' },
62 top: { top: 0, left: '50%' },
63 right: { top: '50%', right: 0 },
65 left: { top: '50%', left: 0 },
66 'top center': { top: 0, left: '50%' },
67 'top right': { top: 0, right: 0 },
68 'top left': { top: 0, left: 0 },
69 'right center': { top: '50%', right: 0 },
70 'right top': { top: 0, right: 0 },
75 'left center': { top: '50%', left: 0 },
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0RectangleEdges.h26 T top{};
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()
55 lhs.top + rhs.top,
66 lhs.top - rhs.top,
81 {rect.origin.x + insets.left, rect.origin.y + insets.top}, in insetBy()
83 rect.size.height - insets.top - insets.bottom}}; in insetBy()
91 {rect.origin.x - outsets.left, rect.origin.y - outsets.top}, in outsetBy()
93 rect.size.height + outsets.top + outsets.bottom}}; in outsetBy()
[all …]
/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaViewEdges.m6 ABI49_0_0RNCSafeAreaViewEdgeMode top,
12 edges.top = top;
19 ABI49_0_0RNCSafeAreaViewEdges ABI49_0_0RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *righ…
22 edges.top = [ABI49_0_0RCTConvert ABI49_0_0RNCSafeAreaViewEdgeMode:top];
34 …ABI49_0_0RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left…
H A DABI49_0_0RNCSafeAreaShadowView.m44 top:(CGFloat *)top
50 *top = _metaProps[META_PROP_ALL].value;
62 *top = _metaProps[META_PROP_VERTICAL].value;
67 *top = _metaProps[META_PROP_TOP].value;
108 CGFloat top = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
115 …paddingTop = (ABI49_0_0YGValue){[self getEdgeValue:edges.top insetValue:insets.top edgeValue:top],…
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
123 ….marginTop = (ABI49_0_0YGValue){[self getEdgeValue:edges.top insetValue:insets.top edgeValue:top],…
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaViewEdges.m6 RNCSafeAreaViewEdgeMode top,
12 edges.top = top;
19 RNCSafeAreaViewEdges RNCSafeAreaViewEdgesMakeString(NSString *top, NSString *right, NSString *botto…
22 edges.top = [RCTConvert RNCSafeAreaViewEdgeMode:top];
34 RNCSafeAreaViewEdgesMakeString(json[@"top"], json[@"right"], json[@"bottom"], json[@"left"]))
H A DRNCSafeAreaShadowView.m44 top:(CGFloat *)top
50 *top = _metaProps[META_PROP_ALL].value;
62 *top = _metaProps[META_PROP_VERTICAL].value;
67 *top = _metaProps[META_PROP_TOP].value;
108 CGFloat top = 0;
114 [self extractEdges:_paddingMetaProps top:&top right:&right bottom:&bottom left:&left];
115 …super.paddingTop = (YGValue){[self getEdgeValue:edges.top insetValue:insets.top edgeValue:top], YG…
122 [self extractEdges:_marginMetaProps top:&top right:&right bottom:&bottom left:&left];
123 …super.marginTop = (YGValue){[self getEdgeValue:edges.top insetValue:insets.top edgeValue:top], YGU…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0RectangleEdges.h26 T top{};
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()
55 lhs.top + rhs.top,
66 lhs.top - rhs.top,
81 {rect.origin.x + insets.left, rect.origin.y + insets.top}, in insetBy()
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.h26 T top{};
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()
55 lhs.top + rhs.top,
66 lhs.top - rhs.top,
81 {rect.origin.x + insets.left, rect.origin.y + insets.top}, in insetBy()
83 rect.size.height - insets.top - insets.bottom}}; in insetBy()
96 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.kt31 minBound = kotlin.math.min(minBound, cell.top); in clearGapsAndOverlaps()
38 if (cell.top != neighbour.top) { in clearGapsAndOverlaps()
39 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
40 neighbour.top = cell.top in clearGapsAndOverlaps()
44 neighbour.top = maxBound in clearGapsAndOverlaps()
53 if (cell.top < neighbour.top) { in clearGapsAndOverlaps()
54 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
56 neighbour.top = cell.bottom in clearGapsAndOverlaps()
92 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
93 … (cell.top <= scrollOffset + windowSize || cell.bottom <= 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.kt31 minBound = kotlin.math.min(minBound, cell.top); in clearGapsAndOverlaps()
38 if (cell.top != neighbour.top) { in clearGapsAndOverlaps()
39 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
40 neighbour.top = cell.top in clearGapsAndOverlaps()
44 neighbour.top = maxBound in clearGapsAndOverlaps()
53 if (cell.top < neighbour.top) { in clearGapsAndOverlaps()
54 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
56 neighbour.top = cell.bottom in clearGapsAndOverlaps()
92 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
93 … (cell.top <= scrollOffset + windowSize || cell.bottom <= 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.kt33 minBound = kotlin.math.min(minBound, cell.top); in clearGapsAndOverlaps()
41 if (cell.top != neighbour.top) { in clearGapsAndOverlaps()
42 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
43 neighbour.top = cell.top in clearGapsAndOverlaps()
47 neighbour.top = maxBound in clearGapsAndOverlaps()
58 if (cell.top < neighbour.top) { in clearGapsAndOverlaps()
59 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
61 neighbour.top = cell.bottom in clearGapsAndOverlaps()
98 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
99 … (cell.top <= scrollOffset + windowSize || cell.bottom <= scrollOffset + windowSize) in isWithinBounds()
/expo/android/vendored/unversioned/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/
H A DAutoLayoutShadow.kt33 minBound = kotlin.math.min(minBound, cell.top); in clearGapsAndOverlaps()
41 if (cell.top != neighbour.top) { in clearGapsAndOverlaps()
42 neighbour.bottom = cell.top + neighbour.height in clearGapsAndOverlaps()
43 neighbour.top = cell.top in clearGapsAndOverlaps()
47 neighbour.top = maxBound in clearGapsAndOverlaps()
58 if (cell.top < neighbour.top) { in clearGapsAndOverlaps()
59 if (cell.bottom != neighbour.top) { in clearGapsAndOverlaps()
61 neighbour.top = cell.bottom in clearGapsAndOverlaps()
98 … (cell.top >= (scrollOffset - renderOffset) || cell.bottom >= (scrollOffset - renderOffset)) && in isWithinBounds()
99 … (cell.top <= scrollOffset + windowSize || cell.bottom <= scrollOffset + windowSize) in isWithinBounds()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0JSIDynamic.cpp71 auto top = std::move(stack.back()); in valueFromDynamic() local
74 switch (top.dyn->type()) { in valueFromDynamic()
77 for (size_t i = 0; i < top.dyn->size(); ++i) { in valueFromDynamic()
86 Object obj = std::move(top.obj); in valueFromDynamic()
87 for (const auto& element : top.dyn->items()) { in valueFromDynamic()
160 auto top = std::move(stack.back()); in dynamicFromValue() local
163 if (top.obj.isArray(runtime)) { in dynamicFromValue()
167 Array array = top.obj.getArray(runtime); in dynamicFromValue()
170 top.dyn->push_back(nullptr); in dynamicFromValue()
177 Array names = top.obj.getPropertyNames(runtime); in dynamicFromValue()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0JSIDynamic.cpp71 auto top = std::move(stack.back()); in valueFromDynamic() local
74 switch (top.dyn->type()) { in valueFromDynamic()
77 for (size_t i = 0; i < top.dyn->size(); ++i) { in valueFromDynamic()
86 Object obj = std::move(top.obj); in valueFromDynamic()
87 for (const auto& element : top.dyn->items()) { in valueFromDynamic()
160 auto top = std::move(stack.back()); in dynamicFromValue() local
163 if (top.obj.isArray(runtime)) { in dynamicFromValue()
167 Array array = top.obj.getArray(runtime); in dynamicFromValue()
170 top.dyn->push_back(nullptr); in dynamicFromValue()
177 Array names = top.obj.getPropertyNames(runtime); in dynamicFromValue()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0JSIDynamic.cpp71 auto top = std::move(stack.back()); in valueFromDynamic() local
74 switch (top.dyn->type()) { in valueFromDynamic()
77 for (size_t i = 0; i < top.dyn->size(); ++i) { in valueFromDynamic()
86 Object obj = std::move(top.obj); in valueFromDynamic()
87 for (const auto& element : top.dyn->items()) { in valueFromDynamic()
155 auto top = std::move(stack.back()); in dynamicFromValue() local
158 if (top.obj.isArray(runtime)) { in dynamicFromValue()
162 Array array = top.obj.getArray(runtime); in dynamicFromValue()
165 top.dyn->push_back(nullptr); in dynamicFromValue()
172 Array names = top.obj.getPropertyNames(runtime); in dynamicFromValue()
[all …]
/expo/packages/expo-image-picker/ios/
H A DUIImagePickerControllerExtentsion.swift9 let top = cropView.frame.minY + self.view.safeAreaInsets.top in fixCannotMoveEditingBox() variable
10 let bottom = scrollView.frame.height - cropView.frame.height - top in fixCannotMoveEditingBox()
11 scrollView.contentInset = UIEdgeInsets(top: top, left: 0, bottom: bottom, right: 0) in fixCannotMoveEditingBox()
17 scrollView.contentOffset = CGPoint(x: 0, y: -top + offset) in fixCannotMoveEditingBox()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt22 top = insets.top.toFloat(), in getRootWindowInsetsCompatR()
34 top = insets.systemWindowInsetTop.toFloat(), in getRootWindowInsetsCompatM()
50 top = visibleRect.top.toFloat(), in getRootWindowInsetsCompatBase()
79 top = max(windowInsets.top - visibleRect.top, 0f), in getSafeAreaInsets()
81 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
103 y = offset.top.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.kt22 top = insets.top.toFloat(), in getRootWindowInsetsCompatR()
34 top = insets.systemWindowInsetTop.toFloat(), in getRootWindowInsetsCompatM()
50 top = visibleRect.top.toFloat(), in getRootWindowInsetsCompatBase()
79 top = max(windowInsets.top - visibleRect.top, 0f), in getSafeAreaInsets()
81 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
103 y = offset.top.toFloat(), in getFrame()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt21 top = insets.top.toFloat(), in getRootWindowInsetsCompatR()
32 top = insets.systemWindowInsetTop.toFloat(), in getRootWindowInsetsCompatM()
47 top = visibleRect.top.toFloat(), in getRootWindowInsetsCompatBase()
75 top = max(windowInsets.top - visibleRect.top, 0f), in getSafeAreaInsets()
77 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
98 y = offset.top.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.kt22 top = insets.top.toFloat(), in getRootWindowInsetsCompatR()
34 top = insets.systemWindowInsetTop.toFloat(), in getRootWindowInsetsCompatM()
50 top = visibleRect.top.toFloat(), in getRootWindowInsetsCompatBase()
79 top = max(windowInsets.top - visibleRect.top, 0f), in getSafeAreaInsets()
81 bottom = max(min(visibleRect.top + view.height - windowHeight, 0f) + windowInsets.bottom, 0f), in getSafeAreaInsets()
103 y = offset.top.toFloat(), in getFrame()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h28 Declaration<sk_sp<SkShader>> *getShaders() { return &_shaders.top(); } in getShaders()
30 return &_imageFilters.top(); in getImageFilters()
33 return &_colorFilters.top(); in getColorFilters()
36 return &_pathEffects.top(); in getPathEffects()
39 return &_maskFilters.top(); in getMaskFilters()
41 Declaration<std::shared_ptr<SkPaint>> *getPaints() { return &_paints.top(); } in getPaints()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h28 Declaration<sk_sp<SkShader>> *getShaders() { return &_shaders.top(); } in getShaders()
30 return &_imageFilters.top(); in getImageFilters()
33 return &_colorFilters.top(); in getColorFilters()
36 return &_pathEffects.top(); in getPathEffects()
39 return &_maskFilters.top(); in getMaskFilters()
41 Declaration<std::shared_ptr<SkPaint>> *getPaints() { return &_paints.top(); } in getPaints()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h28 Declaration<sk_sp<SkShader>> *getShaders() { return &_shaders.top(); } in getShaders()
30 return &_imageFilters.top(); in getImageFilters()
33 return &_colorFilters.top(); in getColorFilters()
36 return &_pathEffects.top(); in getPathEffects()
39 return &_maskFilters.top(); in getMaskFilters()
41 Declaration<std::shared_ptr<SkPaint>> *getPaints() { return &_paints.top(); } in getPaints()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/base/
H A DDeclarationContext.h28 Declaration<sk_sp<SkShader>> *getShaders() { return &_shaders.top(); } in getShaders()
30 return &_imageFilters.top(); in getImageFilters()
33 return &_colorFilters.top(); in getColorFilters()
36 return &_pathEffects.top(); in getPathEffects()
39 return &_maskFilters.top(); in getMaskFilters()
41 Declaration<std::shared_ptr<SkPaint>> *getPaints() { return &_paints.top(); } in getPaints()

12345678910>>...37