Home
last modified time | relevance | path

Searched refs:disableIntervalMomentum (Results 1 – 25 of 31) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI48_0_0ScrollViewProps.cpp262 disableIntervalMomentum(
264 ? sourceProps.disableIntervalMomentum
269 sourceProps.disableIntervalMomentum,
354 RAW_SET_PROP_SWITCH_CASE_BASIC(disableIntervalMomentum, {}); in setProp()
476 disableIntervalMomentum, in getDebugProps()
477 defaultScrollViewProps.disableIntervalMomentum), in getDebugProps()
H A DABI48_0_0ScrollViewProps.h61 bool disableIntervalMomentum{false};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI47_0_0ScrollViewProps.cpp249 disableIntervalMomentum(
251 ? sourceProps.disableIntervalMomentum
256 sourceProps.disableIntervalMomentum,
336 RAW_SET_PROP_SWITCH_CASE_BASIC(disableIntervalMomentum, {}); in setProp()
458 disableIntervalMomentum, in getDebugProps()
459 defaultScrollViewProps.disableIntervalMomentum), in getDebugProps()
H A DABI47_0_0ScrollViewProps.h61 bool disableIntervalMomentum{false};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI49_0_0ScrollViewProps.cpp271 disableIntervalMomentum(
273 ? sourceProps.disableIntervalMomentum
278 sourceProps.disableIntervalMomentum,
374 RAW_SET_PROP_SWITCH_CASE_BASIC(disableIntervalMomentum); in setProp()
500 disableIntervalMomentum, in getDebugProps()
501 defaultScrollViewProps.disableIntervalMomentum), in getDebugProps()
H A DABI49_0_0ScrollViewProps.h65 bool disableIntervalMomentum{false};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI49_0_0RCTEnhancedScrollView.h50 @property (nonatomic, assign) BOOL disableIntervalMomentum;
H A DABI49_0_0RCTEnhancedScrollView.mm229 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.x : targetC…
231 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.y : targetC…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI47_0_0RCTEnhancedScrollView.h50 @property (nonatomic, assign) BOOL disableIntervalMomentum;
H A DABI47_0_0RCTEnhancedScrollView.mm229 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.x : targetC…
231 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.y : targetC…
H A DABI47_0_0RCTScrollViewComponentView.mm286 MAP_SCROLL_VIEW_PROP(disableIntervalMomentum);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI48_0_0RCTEnhancedScrollView.h50 @property (nonatomic, assign) BOOL disableIntervalMomentum;
H A DABI48_0_0RCTEnhancedScrollView.mm229 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.x : targetC…
231 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.y : targetC…
H A DABI48_0_0RCTScrollViewComponentView.mm286 MAP_SCROLL_VIEW_PROP(disableIntervalMomentum);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ScrollView/
H A DABI48_0_0RCTScrollView.h45 @property (nonatomic, assign) BOOL disableIntervalMomentum;
H A DABI48_0_0RCTScrollViewManager.m88 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(disableIntervalMomentum, BOOL) category
H A DABI48_0_0RCTScrollView.m762 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.x : targetC…
764 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.y : targetC…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ScrollView/
H A DABI49_0_0RCTScrollView.h45 @property (nonatomic, assign) BOOL disableIntervalMomentum;
H A DABI49_0_0RCTScrollViewManager.m88 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(disableIntervalMomentum, BOOL) category
H A DABI49_0_0RCTScrollView.m772 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.x : targetC…
774 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.y : targetC…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ScrollView/
H A DABI47_0_0RCTScrollView.h45 @property (nonatomic, assign) BOOL disableIntervalMomentum;
H A DABI47_0_0RCTScrollViewManager.m88 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(disableIntervalMomentum, BOOL) category
H A DABI47_0_0RCTScrollView.m762 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.x : targetC…
764 …targetContentOffsetAlongAxis = self.disableIntervalMomentum ? scrollView.contentOffset.y : targetC…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts790 disableIntervalMomentum?: boolean | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/ScrollView/
H A DScrollView.d.ts790 disableIntervalMomentum?: boolean | undefined; property

12