Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 114) sorted by relevance

12345

/expo/ios/vendored/sdk47/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift11 @objc func setHorizontal(_ horizontal: Bool) { in setHorizontal()
12 self.horizontal = horizontal in setHorizontal()
35 private var horizontal = false variable
59 let startOffset = horizontal ? frame.minX : frame.minY in layoutSubviews()
60 let endOffset = horizontal ? frame.maxX : frame.maxY in layoutSubviews()
134 isHorizontal: horizontal in clearGaps()
145 isHorizontal: horizontal in clearGaps()
148 if horizontal { in clearGaps()
191 …BoundOverall = max(lastMaxBoundOverall, horizontal ? currentCell.frame.maxX : currentCell.frame.ma… in updateLastMaxBoundOverall()
246 if horizontal { in fixFooter()
[all …]
H A DAutoLayoutViewManager.m6 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(horizontal, BOOL) category
/expo/ios/vendored/unversioned/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift11 @objc func setHorizontal(_ horizontal: Bool) { in setHorizontal()
12 self.horizontal = horizontal in setHorizontal()
35 private var horizontal = false variable
57 let startOffset = horizontal ? frame.minX : frame.minY in layoutSubviews()
58 let endOffset = horizontal ? frame.maxX : frame.maxY in layoutSubviews()
135 isHorizontal: horizontal in clearGaps()
146 isHorizontal: horizontal in clearGaps()
149 if horizontal { in clearGaps()
196 …BoundOverall = max(lastMaxBoundOverall, horizontal ? currentCell.frame.maxX : currentCell.frame.ma… in updateLastMaxBoundOverall()
251 if horizontal { in fixFooter()
[all …]
H A DAutoLayoutViewManager.m6 RCT_EXPORT_VIEW_PROPERTY(horizontal, BOOL) category
/expo/ios/vendored/sdk49/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift11 @objc func setHorizontal(_ horizontal: Bool) { in setHorizontal()
12 self.horizontal = horizontal in setHorizontal()
35 private var horizontal = false variable
57 let startOffset = horizontal ? frame.minX : frame.minY in layoutSubviews()
58 let endOffset = horizontal ? frame.maxX : frame.maxY in layoutSubviews()
135 isHorizontal: horizontal in clearGaps()
146 isHorizontal: horizontal in clearGaps()
149 if horizontal { in clearGaps()
196 …BoundOverall = max(lastMaxBoundOverall, horizontal ? currentCell.frame.maxX : currentCell.frame.ma… in updateLastMaxBoundOverall()
251 if horizontal { in fixFooter()
[all …]
/expo/ios/vendored/sdk48/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift11 @objc func setHorizontal(_ horizontal: Bool) { in setHorizontal()
12 self.horizontal = horizontal in setHorizontal()
35 private var horizontal = false variable
59 let startOffset = horizontal ? frame.minX : frame.minY in layoutSubviews()
60 let endOffset = horizontal ? frame.maxX : frame.maxY in layoutSubviews()
134 isHorizontal: horizontal in clearGaps()
145 isHorizontal: horizontal in clearGaps()
148 if horizontal { in clearGaps()
191 …BoundOverall = max(lastMaxBoundOverall, horizontal ? currentCell.frame.maxX : currentCell.frame.ma… in updateLastMaxBoundOverall()
246 if horizontal { in fixFooter()
[all …]
H A DAutoLayoutViewManager.m6 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(horizontal, BOOL) category
/expo/android/vendored/unversioned/@shopify/flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/
H A DAutoLayoutView.kt40 …val scrollContainerSize = if (alShadow.horizontal) parentScrollView.width else parentScrollView.he… in dispatchDraw()
42 … val scrollOffset = if (alShadow.horizontal) parentScrollView.scrollX else parentScrollView.scrollY in dispatchDraw()
44 val startOffset = if (alShadow.horizontal) left else top in dispatchDraw()
45 val endOffset = if (alShadow.horizontal) right else bottom in dispatchDraw()
68 alShadow.offsetFromStart = if (alShadow.horizontal) left else top in fixLayout()
79 …val isAutoLayoutEndVisible = if (alShadow.horizontal) right <= parentScrollView.width else bottom … in fixFooter()
90 if (alShadow.horizontal) { in fixFooter()
106 alShadow.lastMaxBoundOverall = if (alShadow.horizontal) { in getFooterDiff()
112 val autoLayoutEnd = if (alShadow.horizontal) right - left else bottom - top in getFooterDiff()
H A DAutoLayoutShadow.kt4 var horizontal: Boolean = false variable in com.shopify.reactnative.flash_list.AutoLayoutShadow
31 if (!horizontal) { in clearGapsAndOverlaps()
77 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
78 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else ne… in clearGapsAndOverlaps()
97 return if (!horizontal) { in isWithinBounds()
/expo/android/vendored/sdk47/@shopify/flash-list/android/src/main/kotlin/abi47_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutView.kt40 …val scrollContainerSize = if (alShadow.horizontal) parentScrollView.width else parentScrollView.he… in dispatchDraw()
42 … val scrollOffset = if (alShadow.horizontal) parentScrollView.scrollX else parentScrollView.scrollY in dispatchDraw()
44 val startOffset = if (alShadow.horizontal) left else top in dispatchDraw()
45 val endOffset = if (alShadow.horizontal) right else bottom in dispatchDraw()
68 alShadow.offsetFromStart = if (alShadow.horizontal) left else top in fixLayout()
79 …val isAutoLayoutEndVisible = if (alShadow.horizontal) right <= parentScrollView.width else bottom … in fixFooter()
90 if (alShadow.horizontal) { in fixFooter()
106 alShadow.lastMaxBoundOverall = if (alShadow.horizontal) { in getFooterDiff()
112 val autoLayoutEnd = if (alShadow.horizontal) right - left else bottom - top in getFooterDiff()
H A DAutoLayoutShadow.kt4 var horizontal: Boolean = false variable in abi47_0_0.com.shopify.reactnative.flash_list.AutoLayoutShadow
29 if (!horizontal) { in clearGapsAndOverlaps()
71 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
72 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else ne… in clearGapsAndOverlaps()
91 return if (!horizontal) { in isWithinBounds()
/expo/android/vendored/sdk48/@shopify/flash-list/android/src/main/kotlin/abi48_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutView.kt40 …val scrollContainerSize = if (alShadow.horizontal) parentScrollView.width else parentScrollView.he… in dispatchDraw()
42 … val scrollOffset = if (alShadow.horizontal) parentScrollView.scrollX else parentScrollView.scrollY in dispatchDraw()
44 val startOffset = if (alShadow.horizontal) left else top in dispatchDraw()
45 val endOffset = if (alShadow.horizontal) right else bottom in dispatchDraw()
68 alShadow.offsetFromStart = if (alShadow.horizontal) left else top in fixLayout()
79 …val isAutoLayoutEndVisible = if (alShadow.horizontal) right <= parentScrollView.width else bottom … in fixFooter()
90 if (alShadow.horizontal) { in fixFooter()
106 alShadow.lastMaxBoundOverall = if (alShadow.horizontal) { in getFooterDiff()
112 val autoLayoutEnd = if (alShadow.horizontal) right - left else bottom - top in getFooterDiff()
H A DAutoLayoutShadow.kt4 var horizontal: Boolean = false variable in abi48_0_0.com.shopify.reactnative.flash_list.AutoLayoutShadow
29 if (!horizontal) { in clearGapsAndOverlaps()
71 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
72 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else ne… in clearGapsAndOverlaps()
91 return if (!horizontal) { in isWithinBounds()
/expo/android/vendored/sdk49/@shopify/flash-list/android/src/main/kotlin/abi49_0_0/com/shopify/reactnative/flash_list/
H A DAutoLayoutView.kt40 …val scrollContainerSize = if (alShadow.horizontal) parentScrollView.width else parentScrollView.he… in dispatchDraw()
42 … val scrollOffset = if (alShadow.horizontal) parentScrollView.scrollX else parentScrollView.scrollY in dispatchDraw()
44 val startOffset = if (alShadow.horizontal) left else top in dispatchDraw()
45 val endOffset = if (alShadow.horizontal) right else bottom in dispatchDraw()
68 alShadow.offsetFromStart = if (alShadow.horizontal) left else top in fixLayout()
79 …val isAutoLayoutEndVisible = if (alShadow.horizontal) right <= parentScrollView.width else bottom … in fixFooter()
90 if (alShadow.horizontal) { in fixFooter()
106 alShadow.lastMaxBoundOverall = if (alShadow.horizontal) { in getFooterDiff()
112 val autoLayoutEnd = if (alShadow.horizontal) right - left else bottom - top in getFooterDiff()
H A DAutoLayoutShadow.kt4 var horizontal: Boolean = false variable in abi49_0_0.com.shopify.reactnative.flash_list.AutoLayoutShadow
31 if (!horizontal) { in clearGapsAndOverlaps()
77 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) cell.right else cell.bo… in clearGapsAndOverlaps()
78 …lastMaxBoundOverall = kotlin.math.max(lastMaxBoundOverall, if (horizontal) neighbour.right else ne… in clearGapsAndOverlaps()
97 return if (!horizontal) { in isWithinBounds()
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java43 boolean horizontal; field in TextLayoutAlgorithm.LayoutInput
140 final boolean horizontal = true; in layoutText()
255 private boolean horizontal = true; in layoutText() field in TextLayoutAlgorithm.CharacterPositioningResolver
332 if (horizontal) { in layoutText()
401 if (in_text_path && !horizontal) { in layoutText()
421 if (in_text_path && horizontal) { in layoutText()
623 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
720 if (horizontal) { in layoutText()
877 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
946 if (horizontal) { in layoutText()
[all …]
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java43 boolean horizontal; field in TextLayoutAlgorithm.LayoutInput
140 final boolean horizontal = true; in layoutText()
255 private boolean horizontal = true; in layoutText() field in TextLayoutAlgorithm.CharacterPositioningResolver
332 if (horizontal) { in layoutText()
401 if (in_text_path && !horizontal) { in layoutText()
421 if (in_text_path && horizontal) { in layoutText()
623 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
720 if (horizontal) { in layoutText()
877 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
946 if (horizontal) { in layoutText()
[all …]
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DTextLayoutAlgorithm.java43 boolean horizontal; field in TextLayoutAlgorithm.LayoutInput
140 final boolean horizontal = true; in layoutText()
255 private boolean horizontal = true; in layoutText() field in TextLayoutAlgorithm.CharacterPositioningResolver
332 if (horizontal) { in layoutText()
401 if (in_text_path && !horizontal) { in layoutText()
421 if (in_text_path && horizontal) { in layoutText()
623 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
720 if (horizontal) { in layoutText()
877 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
946 if (horizontal) { in layoutText()
[all …]
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DTextLayoutAlgorithm.java43 boolean horizontal; field in TextLayoutAlgorithm.LayoutInput
140 final boolean horizontal = true; in layoutText()
255 private boolean horizontal = true; in layoutText() field in TextLayoutAlgorithm.CharacterPositioningResolver
332 if (horizontal) { in layoutText()
401 if (in_text_path && !horizontal) { in layoutText()
421 if (in_text_path && horizontal) { in layoutText()
623 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
720 if (horizontal) { in layoutText()
877 double pos = horizontal ? result[k].x : result[k].y; in layoutText()
946 if (horizontal) { in layoutText()
[all …]
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/
H A DNativeMethodsHelper.java42 boolean horizontal = false; in scrollTo()
45 horizontal = true; in scrollTo()
59 if (horizontal) { in scrollTo()
65 if (horizontal) { in scrollTo()
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/
H A DNativeMethodsHelper.java42 boolean horizontal = false; in scrollTo()
45 horizontal = true; in scrollTo()
59 if (horizontal) { in scrollTo()
65 if (horizontal) { in scrollTo()
/expo/ios/vendored/unversioned/react-native-pager-view/ios/
H A DRCTConvert+UIPageViewControllerNavigationOrientation.m7 … @"horizontal": @(UIPageViewControllerNavigationOrientationHorizontal),
/expo/ios/vendored/sdk49/react-native-pager-view/ios/
H A DABI49_0_0RCTConvert+UIPageViewControllerNavigationOrientation.m7 … @"horizontal": @(UIPageViewControllerNavigationOrientationHorizontal),
/expo/ios/vendored/sdk47/react-native-pager-view/ios/
H A DABI47_0_0RCTConvert+UIPageViewControllerNavigationOrientation.m7 … @"horizontal": @(UIPageViewControllerNavigationOrientationHorizontal),
/expo/ios/vendored/sdk48/react-native-pager-view/ios/
H A DABI48_0_0RCTConvert+UIPageViewControllerNavigationOrientation.m7 … @"horizontal": @(UIPageViewControllerNavigationOrientationHorizontal),

12345