Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 25 of 109) sorted by relevance

12345

/expo/apps/native-component-list/src/screens/SVG/examples/
H A DExample.ts6 scroll?: boolean; property
/expo/apps/native-component-list/src/screens/
H A DPagerViewScreen.tsx15 <Text style={styles.description}>Swipe this to scroll to the next page</Text>
19 <Text style={styles.description}>Swipe this to scroll back</Text>
/expo/docs/ui/components/Layout/
H A DLayoutScroll.tsx8 * If the scroll container should smoothly scroll when scrolled programmatically.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ScrollView/
H A DABI48_0_0RCTScrollView.m27 * scroll views that contain them.
112 * the scroll view from scrolling.
118 * everything else. What that does is allows scroll views to scroll even when a
145 * tap on the UIControl and then start dragging (to scroll), it won't scroll.
555 // Ensure at least one scroll event will fire
569 * If this is a vertical scroll view, scrolls to the bottom.
570 * If this is a horizontal scroll view, scrolls to the right.
584 // Ensure at least one scroll event will fire
647 * inadvertently filter out any scroll events.
822 // Fire a final scroll event
[all …]
H A DABI48_0_0RCTScrollViewManager.m107 // we always want to treat overflow as scroll but depending on what the overflow
109 // that css-layout is always treating the contents of a scroll container as
110 // overflow: 'scroll'.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ScrollView/
H A DABI47_0_0RCTScrollView.m27 * scroll views that contain them.
112 * the scroll view from scrolling.
118 * everything else. What that does is allows scroll views to scroll even when a
145 * tap on the UIControl and then start dragging (to scroll), it won't scroll.
555 // Ensure at least one scroll event will fire
569 * If this is a vertical scroll view, scrolls to the bottom.
570 * If this is a horizontal scroll view, scrolls to the right.
584 // Ensure at least one scroll event will fire
647 * inadvertently filter out any scroll events.
822 // Fire a final scroll event
[all …]
H A DABI47_0_0RCTScrollViewManager.m107 // we always want to treat overflow as scroll but depending on what the overflow
109 // that css-layout is always treating the contents of a scroll container as
110 // overflow: 'scroll'.
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/
H A DNativeViewGestureHandler.kt229 val scroll = swipeRefreshLayout.getChildAt(0) as? ScrollView ?: return in wantsToHandleEventBeforeActivation() constant
233 ?.getHandlersForView(scroll) in wantsToHandleEventBeforeActivation()
239 if (scrollHandler != null && scrollHandler.state == STATE_ACTIVE && scroll.scrollY > 0) { in wantsToHandleEventBeforeActivation()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/
H A DABI49_0_0RCTScrollView.m27 * scroll views that contain them.
112 * the scroll view from scrolling.
118 * everything else. What that does is allows scroll views to scroll even when a
145 * tap on the UIControl and then start dragging (to scroll), it won't scroll.
565 // Ensure at least one scroll event will fire
579 * If this is a vertical scroll view, scrolls to the bottom.
580 * If this is a horizontal scroll view, scrolls to the right.
594 // Ensure at least one scroll event will fire
657 * inadvertently filter out any scroll events.
832 // Fire a final scroll event
[all …]
H A DABI49_0_0RCTScrollViewManager.m107 // we always want to treat overflow as scroll but depending on what the overflow
109 // that css-layout is always treating the contents of a scroll container as
110 // overflow: 'scroll'.
/expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/core/
H A DNativeViewGestureHandler.kt229 val scroll = swipeRefreshLayout.getChildAt(0) as? ScrollView ?: return in wantsToHandleEventBeforeActivation() constant
233 ?.getHandlersForView(scroll) in wantsToHandleEventBeforeActivation()
239 if (scrollHandler != null && scrollHandler.state == STATE_ACTIVE && scroll.scrollY > 0) { in wantsToHandleEventBeforeActivation()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings14 "scrollbar"="scroll bar";
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings14 "scrollbar"="scroll bar";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/AccessibilityResources/en.lproj/
H A DLocalizable.strings14 "scrollbar"="scroll bar";
/expo/android/vendored/sdk48/react-native-reanimated/android/src/main/java/abi48_0_0/com/swmansion/reanimated/
H A DNativeMethodsHelper.java10 import abi48_0_0.com.facebook.react.views.scroll.ReactHorizontalScrollView;
11 import abi48_0_0.com.facebook.react.views.scroll.ReactScrollView;
/expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/
H A DNativeMethodsHelper.java10 import com.facebook.react.views.scroll.ReactHorizontalScrollView;
11 import com.facebook.react.views.scroll.ReactScrollView;
/expo/android/vendored/sdk47/react-native-reanimated/android/src/main/java/abi47_0_0/com/swmansion/reanimated/
H A DNativeMethodsHelper.java10 import abi47_0_0.com.facebook.react.views.scroll.ReactHorizontalScrollView;
11 import abi47_0_0.com.facebook.react.views.scroll.ReactScrollView;
/expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/
H A DNativeMethodsHelper.java10 import abi49_0_0.com.facebook.react.views.scroll.ReactHorizontalScrollView;
11 import abi49_0_0.com.facebook.react.views.scroll.ReactScrollView;
/expo/home/screens/SettingsScreen/
H A Dindex.tsx6 import { KeyboardAwareScrollView } from 'react-native-keyboard-aware-scroll-view';
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DGesturesExample.tsx33 title="Enable scroll gestures"
/expo/packages/expo-router/build/views/
H A DSitemap.js50 styles.scroll,
139 scroll: { property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/
H A DScrollView-test.js.snap46 "overflow": "scroll",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/
H A DScrollView-test.js.snap46 "overflow": "scroll",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/__tests__/__snapshots__/
H A DScrollView-test.js.snap46 "overflow": "scroll",
/expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/
H A DwebTemplate-test.ts.snap49 scroll-behavior: smooth;
57 /* Allows you to scroll below the viewport; default value is visible */

12345