Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 205) sorted by relevance

123456789

/expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/core/
H A DFlingGestureHandler.kt9 var direction = DEFAULT_DIRECTION variable in abi49_0_0.com.swmansion.gesturehandler.core.FlingGestureHandler
22 direction = DEFAULT_DIRECTION in resetConfig()
41 direction and DIRECTION_RIGHT != 0 && in tryEndFling()
43 direction and DIRECTION_LEFT != 0 && in tryEndFling()
45 direction and DIRECTION_UP != 0 && in tryEndFling()
47 direction and DIRECTION_DOWN != 0 && in tryEndFling()
/expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/core/
H A DFlingGestureHandler.kt9 var direction = DEFAULT_DIRECTION variable
22 direction = DEFAULT_DIRECTION in resetConfig()
41 direction and DIRECTION_RIGHT != 0 && in tryEndFling()
43 direction and DIRECTION_LEFT != 0 && in tryEndFling()
45 direction and DIRECTION_UP != 0 && in tryEndFling()
47 direction and DIRECTION_DOWN != 0 && in tryEndFling()
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/
H A DFlingGestureHandler.kt9 var direction = DEFAULT_DIRECTION variable in com.swmansion.gesturehandler.core.FlingGestureHandler
22 direction = DEFAULT_DIRECTION in resetConfig()
41 direction and DIRECTION_RIGHT != 0 && in tryEndFling()
43 direction and DIRECTION_LEFT != 0 && in tryEndFling()
45 direction and DIRECTION_UP != 0 && in tryEndFling()
47 direction and DIRECTION_DOWN != 0 && in tryEndFling()
/expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/core/
H A DFlingGestureHandler.kt9 var direction = DEFAULT_DIRECTION variable in abi48_0_0.com.swmansion.gesturehandler.core.FlingGestureHandler
22 direction = DEFAULT_DIRECTION in resetConfig()
41 direction and DIRECTION_RIGHT != 0 && in tryEndFling()
43 direction and DIRECTION_LEFT != 0 && in tryEndFling()
45 direction and DIRECTION_UP != 0 && in tryEndFling()
47 direction and DIRECTION_DOWN != 0 && in tryEndFling()
/expo/ios/vendored/sdk48/react-native-pager-view/ios/
H A DABI48_0_0ReactNativePageView.m144 direction:UIPageViewControllerNavigationDirectionForward
152 direction:(UIPageViewControllerNavigationDirection)direction
174 direction:direction
257 …[self goToViewController:index direction:direction animated:(!self.animating && animated) shouldCa…
260 … [self goToViewController:index direction:direction animated:NO shouldCallOnPageSelected:YES];
265 direction:(UIPageViewControllerNavigationDirection)direction
272 direction:direction
299 … inDirection:(UIPageViewControllerNavigationDirection)direction {
307 direction == UIPageViewControllerNavigationDirectionForward ? index++ : index--;
342 return [self nextControllerForController:viewController inDirection:direction];
[all …]
/expo/ios/vendored/sdk47/react-native-pager-view/ios/
H A DABI47_0_0ReactNativePageView.m162 direction:UIPageViewControllerNavigationDirectionForward
170 direction:(UIPageViewControllerNavigationDirection)direction
190 direction:direction
268 …[self goToViewController:i direction:direction animated:(!self.animating && i == index && animated…
278 …[self goToViewController:i direction:direction animated:(!self.animating && i == index && animated…
283 … [self goToViewController:index direction:direction animated:NO shouldCallOnPageSelected:YES];
288 direction:(UIPageViewControllerNavigationDirection)direction
295 direction:direction
330 direction == UIPageViewControllerNavigationDirectionForward ? index++ : index--;
366 return [self nextControllerForController:viewController inDirection:direction];
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGLayout.h45 ABI49_0_0YGDirection direction() const { in direction() function
50 void setDirection(ABI49_0_0YGDirection direction) { in setDirection()
52 flags, directionOffset, direction); in setDirection()
H A DABI49_0_0Utils.h99 const ABI49_0_0YGDirection direction);
132 const ABI49_0_0YGDirection direction) { in ABI49_0_0YGResolveFlexDirection() argument
133 if (direction == ABI49_0_0YGDirectionRTL) { in ABI49_0_0YGResolveFlexDirection()
H A DABI49_0_0YGLayout.cpp19 direction() == layout.direction() && in operator ==()
/expo/ios/vendored/sdk49/react-native-pager-view/ios/
H A DABI49_0_0ReactNativePageView.m150 direction:UIPageViewControllerNavigationDirectionForward
158 direction:(UIPageViewControllerNavigationDirection)direction
180 direction:direction
263 …[self goToViewController:index direction:direction animated:(!self.animating && animated) shouldCa…
266 … [self goToViewController:index direction:direction animated:NO shouldCallOnPageSelected:YES];
271 direction:(UIPageViewControllerNavigationDirection)direction
278 direction:direction
305 … inDirection:(UIPageViewControllerNavigationDirection)direction {
313 direction == UIPageViewControllerNavigationDirectionForward ? index++ : index--;
348 return [self nextControllerForController:viewController inDirection:direction];
[all …]
/expo/ios/vendored/unversioned/react-native-pager-view/ios/
H A DReactNativePageView.m150 direction:UIPageViewControllerNavigationDirectionForward
158 direction:(UIPageViewControllerNavigationDirection)direction
180 direction:direction
263 …[self goToViewController:index direction:direction animated:(!self.animating && animated) shouldCa…
266 … [self goToViewController:index direction:direction animated:NO shouldCallOnPageSelected:YES];
271 direction:(UIPageViewControllerNavigationDirection)direction
278 direction:direction
305 … inDirection:(UIPageViewControllerNavigationDirection)direction {
313 direction == UIPageViewControllerNavigationDirectionForward ? index++ : index--;
348 return [self nextControllerForController:viewController inDirection:direction];
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0YGLayout.h51 ABI48_0_0YGDirection direction() const { in direction() function
56 void setDirection(ABI48_0_0YGDirection direction) { in setDirection()
58 flags, directionOffset, direction); in setDirection()
H A DABI48_0_0Utils.h99 const ABI48_0_0YGDirection direction);
132 const ABI48_0_0YGDirection direction) { in ABI48_0_0YGResolveFlexDirection() argument
133 if (direction == ABI48_0_0YGDirectionRTL) { in ABI48_0_0YGResolveFlexDirection()
H A DABI48_0_0YGLayout.cpp19 direction() == layout.direction() && in operator ==()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGLayout.h51 ABI47_0_0YGDirection direction() const { in direction() function
56 void setDirection(ABI47_0_0YGDirection direction) { in setDirection()
58 flags, directionOffset, direction); in setDirection()
H A DABI47_0_0Utils.h99 const ABI47_0_0YGDirection direction);
132 const ABI47_0_0YGDirection direction) { in ABI47_0_0YGResolveFlexDirection() argument
133 if (direction == ABI47_0_0YGDirectionRTL) { in ABI47_0_0YGResolveFlexDirection()
H A DABI47_0_0YGLayout.cpp19 direction() == layout.direction() && in operator ==()
/expo/android/vendored/sdk49/react-native-pager-view/android/src/main/java/abi49_0_0/com/reactnativepagerview/
H A DNestedScrollableHost.kt46 val direction = -delta.sign.toInt() in canChildScroll() constant
48 0 -> child?.canScrollHorizontally(direction) ?: false in canChildScroll()
49 1 -> child?.canScrollVertically(direction) ?: false in canChildScroll()
/expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/
H A DNestedScrollableHost.kt46 val direction = -delta.sign.toInt() in canChildScroll() constant
48 0 -> child?.canScrollHorizontally(direction) ?: false in canChildScroll()
49 1 -> child?.canScrollVertically(direction) ?: false in canChildScroll()
/expo/android/vendored/sdk48/react-native-pager-view/android/src/main/java/abi48_0_0/com/reactnativepagerview/
H A DNestedScrollableHost.kt46 val direction = -delta.sign.toInt() in canChildScroll() constant
48 0 -> child?.canScrollHorizontally(direction) ?: false in canChildScroll()
49 1 -> child?.canScrollVertically(direction) ?: false in canChildScroll()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Modules/
H A DABI47_0_0RCTI18nUtil.m93 NSLocaleLanguageDirection direction =
95 return direction == NSLocaleLanguageDirectionRightToLeft;
101 NSWritingDirection direction = [NSParagraphStyle defaultWritingDirectionForLanguage:nil];
102 return direction == NSWritingDirectionRightToLeft;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Modules/
H A DABI49_0_0RCTI18nUtil.m93 NSLocaleLanguageDirection direction =
95 return direction == NSLocaleLanguageDirectionRightToLeft;
101 NSWritingDirection direction = [NSParagraphStyle defaultWritingDirectionForLanguage:nil];
102 return direction == NSWritingDirectionRightToLeft;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Modules/
H A DABI48_0_0RCTI18nUtil.m93 NSLocaleLanguageDirection direction =
95 return direction == NSLocaleLanguageDirectionRightToLeft;
101 NSWritingDirection direction = [NSParagraphStyle defaultWritingDirectionForLanguage:nil];
102 return direction == NSWritingDirectionRightToLeft;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/pagerview/
H A DNestedScrollableHost.kt46 val direction = -delta.sign.toInt() in canChildScroll() constant
48 0 -> child?.canScrollHorizontally(direction) ?: false in canChildScroll()
49 1 -> child?.canScrollVertically(direction) ?: false in canChildScroll()
/expo/ios/vendored/sdk48/react-native-pager-view/ios/Fabric/
H A DABI48_0_0RNCPagerViewComponentView.mm197 …UIPageViewControllerNavigationDirection direction = isForward ? UIPageViewControllerNavigationDire…
202 direction:direction
208 direction:(UIPageViewControllerNavigationDirection)direction
217 direction:direction
233 … inDirection:(UIPageViewControllerNavigationDirection)direction {
241 direction == UIPageViewControllerNavigationDirectionForward ? index++ : index--;
379 …UIPageViewControllerNavigationDirection direction = [self isLtrLayout] ? UIPageViewControllerNavig…
380 return [self nextControllerForController:viewController inDirection:direction];
385 …UIPageViewControllerNavigationDirection direction = [self isLtrLayout] ? UIPageViewControllerNavig…
386 return [self nextControllerForController:viewController inDirection:direction];

123456789