Home
last modified time | relevance | path

Searched refs:userInteractionEnabled (Results 1 – 25 of 57) sorted by relevance

123

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.d.ts59 userInteractionEnabled: IBBoolean;
78 userInteractionEnabled: IBBoolean;
116 userInteractionEnabled: IBBoolean;
H A DInterfaceBuilder.js88 userInteractionEnabled: false,
H A DInterfaceBuilder.js.map1userInteractionEnabled","translatesAutoresizingMaskIntoConstraints","rect","key","x","y","ensureUn…
H A DwithIosSplashScreenStoryboard.js.map1userInteractionEnabled=\"NO\"\n contentMode=\"scaleToFill\"\n insets…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts84 userInteractionEnabled: IBBoolean;
114 userInteractionEnabled: IBBoolean;
161 userInteractionEnabled: IBBoolean;
345 userInteractionEnabled: false, constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTRootContentView.m96 if (self.userInteractionEnabled) {
97 self.userInteractionEnabled = NO;
H A DABI49_0_0RCTTouchHandler.m96 if (targetView.ABI49_0_0ReactTag && targetView.userInteractionEnabled) {
103 if (!ABI49_0_0ReactTag || !targetView.userInteractionEnabled) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTRootContentView.m96 if (self.userInteractionEnabled) {
97 self.userInteractionEnabled = NO;
H A DABI48_0_0RCTTouchHandler.m96 if (targetView.ABI48_0_0ReactTag && targetView.userInteractionEnabled) {
103 if (!ABI48_0_0ReactTag || !targetView.userInteractionEnabled) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTRootContentView.m96 if (self.userInteractionEnabled) {
97 self.userInteractionEnabled = NO;
H A DABI47_0_0RCTTouchHandler.m96 if (targetView.ABI47_0_0ReactTag && targetView.userInteractionEnabled) {
103 if (!ABI47_0_0ReactTag || !targetView.userInteractionEnabled) {
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXManagedAppSplashScreenViewController.m18 self.splashScreenView.userInteractionEnabled = YES;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTViewManager.m242 view.userInteractionEnabled = defaultView.userInteractionEnabled;
252 // This wouldn't override a container view's `userInteractionEnabled = NO`
253 view.userInteractionEnabled = YES;
255 view.userInteractionEnabled = NO;
H A DABI47_0_0RCTModalHostView.m131 …if (!self.userInteractionEnabled && ![self.superview.ABI47_0_0ReactSubviews containsObject:self]) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTViewManager.m253 view.userInteractionEnabled = defaultView.userInteractionEnabled;
263 // This wouldn't override a container view's `userInteractionEnabled = NO`
264 view.userInteractionEnabled = YES;
266 view.userInteractionEnabled = NO;
H A DABI49_0_0RCTModalHostView.m131 …if (!self.userInteractionEnabled && ![self.superview.ABI49_0_0ReactSubviews containsObject:self]) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTViewManager.m244 view.userInteractionEnabled = defaultView.userInteractionEnabled;
254 // This wouldn't override a container view's `userInteractionEnabled = NO`
255 view.userInteractionEnabled = YES;
257 view.userInteractionEnabled = NO;
H A DABI48_0_0RCTModalHostView.m131 …if (!self.userInteractionEnabled && ![self.superview.ABI48_0_0ReactSubviews containsObject:self]) {
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSFullWindowOverlay.mm21 …if (view.userInteractionEnabled && [view pointInside:[self convertPoint:point toView:view] withEve…
/expo/ios/vendored/sdk48/react-native-pager-view/ios/Fabric/
H A DABI48_0_0RNCPagerViewComponentView.mm177 self.nativePageViewController.view.userInteractionEnabled = NO;
181 self.nativePageViewController.view.userInteractionEnabled = YES;
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/
H A DwithDefaultPlugins-test.ts.snap111 "userInteractionEnabled": "NO",
223 "userInteractionEnabled": "NO",
1408 "userInteractionEnabled": "NO",
1520 "userInteractionEnabled": "NO",
2425 "userInteractionEnabled": "NO",
2509 "userInteractionEnabled": "NO",
/expo/ios/vendored/sdk49/react-native-pager-view/ios/Fabric/
H A DABI49_0_0RNCPagerViewComponentView.mm185 self.nativePageViewController.view.userInteractionEnabled = NO;
189 self.nativePageViewController.view.userInteractionEnabled = YES;
/expo/ios/vendored/unversioned/react-native-pager-view/ios/Fabric/
H A DRNCPagerViewComponentView.mm185 self.nativePageViewController.view.userInteractionEnabled = NO;
189 self.nativePageViewController.view.userInteractionEnabled = YES;
/expo/ios/vendored/sdk48/react-native-pager-view/ios/
H A DABI48_0_0ReactNativePageView.m230 self.reactPageViewController.view.userInteractionEnabled = NO;
234 self.reactPageViewController.view.userInteractionEnabled = YES;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementTransition.m53 self.userInteractionEnabled = NO;
56 _outerStyleView.userInteractionEnabled = NO;
61 _innerClipView.userInteractionEnabled = NO;
93 imageView.userInteractionEnabled = NO;

123