Home
last modified time | relevance | path

Searched refs:scrollEventThrottle (Results 1 – 25 of 33) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap49 scrollEventThrottle={50}
137 scrollEventThrottle={50}
159 scrollEventThrottle={50}
194 scrollEventThrottle={50}
265 scrollEventThrottle={50}
325 scrollEventThrottle={50}
396 scrollEventThrottle={50}
H A DVirtualizedList-test.js.snap56 scrollEventThrottle={50}
202 scrollEventThrottle={50}
343 scrollEventThrottle={50}
422 scrollEventThrottle={50}
566 scrollEventThrottle={50}
640 scrollEventThrottle={50}
714 scrollEventThrottle={50}
848 scrollEventThrottle={50}
1024 scrollEventThrottle={50}
1190 scrollEventThrottle={50}
[all …]
H A DVirtualizedSectionList-test.js.snap31 scrollEventThrottle={50}
71 scrollEventThrottle={50}
230 scrollEventThrottle={50}
363 scrollEventThrottle={50}
496 scrollEventThrottle={50}
630 scrollEventThrottle={50}
784 scrollEventThrottle={50}
991 scrollEventThrottle={50}
1015 scrollEventThrottle={50}
1060 scrollEventThrottle={50}
[all …]
H A DSectionList-test.js.snap31 scrollEventThrottle={50}
88 scrollEventThrottle={50}
137 scrollEventThrottle={50}
226 scrollEventThrottle={50}
404 scrollEventThrottle={50}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap49 scrollEventThrottle={50}
140 scrollEventThrottle={50}
162 scrollEventThrottle={50}
197 scrollEventThrottle={50}
270 scrollEventThrottle={50}
333 scrollEventThrottle={50}
406 scrollEventThrottle={50}
H A DVirtualizedList-test.js.snap56 scrollEventThrottle={50}
212 scrollEventThrottle={50}
363 scrollEventThrottle={50}
447 scrollEventThrottle={50}
597 scrollEventThrottle={50}
674 scrollEventThrottle={50}
751 scrollEventThrottle={50}
888 scrollEventThrottle={50}
1033 scrollEventThrottle={50}
1204 scrollEventThrottle={50}
[all …]
H A DVirtualizedSectionList-test.js.snap31 scrollEventThrottle={50}
73 scrollEventThrottle={50}
242 scrollEventThrottle={50}
380 scrollEventThrottle={50}
518 scrollEventThrottle={50}
657 scrollEventThrottle={50}
816 scrollEventThrottle={50}
1030 scrollEventThrottle={50}
1054 scrollEventThrottle={50}
1099 scrollEventThrottle={50}
[all …]
H A DSectionList-test.js.snap31 scrollEventThrottle={50}
92 scrollEventThrottle={50}
143 scrollEventThrottle={50}
234 scrollEventThrottle={50}
424 scrollEventThrottle={50}
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/
H A DFlatList-test.js.snap31 scrollEventThrottle={50}
107 scrollEventThrottle={50}
225 scrollEventThrottle={50}
298 scrollEventThrottle={50}
320 scrollEventThrottle={50}
355 scrollEventThrottle={50}
428 scrollEventThrottle={50}
491 scrollEventThrottle={50}
564 scrollEventThrottle={50}
H A DSectionList-test.js.snap31 scrollEventThrottle={50}
92 scrollEventThrottle={50}
143 scrollEventThrottle={50}
234 scrollEventThrottle={50}
425 scrollEventThrottle={50}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI48_0_0ScrollViewProps.cpp201 scrollEventThrottle(
203 ? sourceProps.scrollEventThrottle
208 sourceProps.scrollEventThrottle,
347 RAW_SET_PROP_SWITCH_CASE_BASIC(scrollEventThrottle, {}); in setProp()
450 scrollEventThrottle, in getDebugProps()
451 defaultScrollViewProps.scrollEventThrottle), in getDebugProps()
H A DABI48_0_0ScrollViewProps.h54 Float scrollEventThrottle{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI47_0_0ScrollViewProps.cpp192 scrollEventThrottle(
193 Props::enablePropIteratorSetter ? sourceProps.scrollEventThrottle
198 sourceProps.scrollEventThrottle,
329 RAW_SET_PROP_SWITCH_CASE_BASIC(scrollEventThrottle, {}); in setProp()
432 scrollEventThrottle, in getDebugProps()
433 defaultScrollViewProps.scrollEventThrottle), in getDebugProps()
H A DABI47_0_0ScrollViewProps.h54 Float scrollEventThrottle{};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI49_0_0ScrollViewProps.cpp210 scrollEventThrottle(
212 ? sourceProps.scrollEventThrottle
217 sourceProps.scrollEventThrottle,
367 RAW_SET_PROP_SWITCH_CASE_BASIC(scrollEventThrottle); in setProp()
474 scrollEventThrottle, in getDebugProps()
475 defaultScrollViewProps.scrollEventThrottle), in getDebugProps()
H A DABI49_0_0ScrollViewProps.h58 Float scrollEventThrottle{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ScrollView/
H A DABI48_0_0RCTScrollView.h40 @property (nonatomic, assign) NSTimeInterval scrollEventThrottle;
H A DABI48_0_0RCTScrollViewManager.m82 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(scrollEventThrottle, NSTimeInterval) category
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/
H A DABI49_0_0RCTScrollView.h40 @property (nonatomic, assign) NSTimeInterval scrollEventThrottle;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ScrollView/
H A DABI47_0_0RCTScrollView.h40 @property (nonatomic, assign) NSTimeInterval scrollEventThrottle;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts489 scrollEventThrottle?: number | undefined; // null property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts489 scrollEventThrottle?: number | undefined; // null property
/expo/apps/native-component-list/src/screens/
H A DScrollViewScreen.tsx65 scrollEventThrottle={200}
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI47_0_0RCTScrollViewComponentView.mm222 if (oldScrollViewProps.scrollEventThrottle != newScrollViewProps.scrollEventThrottle) {
226 CGFloat throttleInSeconds = newScrollViewProps.scrollEventThrottle / 1000.0;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI48_0_0RCTScrollViewComponentView.mm222 if (oldScrollViewProps.scrollEventThrottle != newScrollViewProps.scrollEventThrottle) {
226 CGFloat throttleInSeconds = newScrollViewProps.scrollEventThrottle / 1000.0;

12