Home
last modified time | relevance | path

Searched refs:containerView (Results 1 – 25 of 27) sorted by relevance

12

/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/Extensions/
H A DUIViewController+Children.swift11 func addChild(_ child: UIViewController, in containerView: UIView) { in addChild()
12 guard containerView.isDescendant(of: view) else { return } in addChild()
14 containerView.addSubview(child.view) in addChild()
/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerSheetPresentationController.swift108 containerView?.addSubview(tapGestureRecognizerView) in setUpTapGesture()
116 containerView?.addSubview(dimmingView) in startDimmingViewPresentationTransition()
119 containerView?.layoutIfNeeded() in startDimmingViewPresentationTransition()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Wrapper/
H A DABI48_0_0RCTWrapperViewControllerHostingView.m17 …hildViewController:(UIViewController *)childViewController toContainerView:(UIView *)containerView;
29 …ChildViewController:(UIViewController *)childViewController toContainerView:(UIView *)containerView
33 [containerView addSubview:childViewController.view];
34 childViewController.view.frame = containerView.bounds;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Wrapper/
H A DABI49_0_0RCTWrapperViewControllerHostingView.m17 …hildViewController:(UIViewController *)childViewController toContainerView:(UIView *)containerView;
29 …ChildViewController:(UIViewController *)childViewController toContainerView:(UIView *)containerView
33 [containerView addSubview:childViewController.view];
34 childViewController.view.frame = containerView.bounds;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Wrapper/
H A DABI47_0_0RCTWrapperViewControllerHostingView.m17 …hildViewController:(UIViewController *)childViewController toContainerView:(UIView *)containerView;
29 …ChildViewController:(UIViewController *)childViewController toContainerView:(UIView *)containerView
33 [containerView addSubview:childViewController.view];
34 childViewController.view.frame = containerView.bounds;
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSScreenStackAnimator.mm93 float containerWidth = transitionContext.containerView.bounds.size.width;
107 [[transitionContext containerView] addSubview:toViewController.view];
120 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
154 [[transitionContext containerView] addSubview:toViewController.view];
165 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
184 CGAffineTransformMakeTranslation(0, transitionContext.containerView.bounds.size.height);
188 [[transitionContext containerView] addSubview:toViewController.view];
201 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
233 … CGAffineTransformMakeTranslation(0, 0.08 * transitionContext.containerView.bounds.size.height);
240 [[transitionContext containerView] addSubview:toViewController.view];
[all …]
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSScreenStackAnimator.mm93 float containerWidth = transitionContext.containerView.bounds.size.width;
107 [[transitionContext containerView] addSubview:toViewController.view];
120 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
154 [[transitionContext containerView] addSubview:toViewController.view];
165 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
184 CGAffineTransformMakeTranslation(0, transitionContext.containerView.bounds.size.height);
188 [[transitionContext containerView] addSubview:toViewController.view];
201 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
233 … CGAffineTransformMakeTranslation(0, 0.08 * transitionContext.containerView.bounds.size.height);
240 [[transitionContext containerView] addSubview:toViewController.view];
[all …]
H A DABI47_0_0RNSScreen.mm906 [[context containerView] addSubview:self->_fakeView];
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSScreenStackAnimator.mm93 float containerWidth = transitionContext.containerView.bounds.size.width;
107 [[transitionContext containerView] addSubview:toViewController.view];
120 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
154 [[transitionContext containerView] addSubview:toViewController.view];
165 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
184 CGAffineTransformMakeTranslation(0, transitionContext.containerView.bounds.size.height);
188 [[transitionContext containerView] addSubview:toViewController.view];
201 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
233 … CGAffineTransformMakeTranslation(0, 0.08 * transitionContext.containerView.bounds.size.height);
240 [[transitionContext containerView] addSubview:toViewController.view];
[all …]
H A DABI48_0_0RNSScreen.mm907 [[context containerView] addSubview:self->_fakeView];
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSScreenStackAnimator.mm93 float containerWidth = transitionContext.containerView.bounds.size.width;
107 [[transitionContext containerView] addSubview:toViewController.view];
120 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
154 [[transitionContext containerView] addSubview:toViewController.view];
165 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
184 CGAffineTransformMakeTranslation(0, transitionContext.containerView.bounds.size.height);
188 [[transitionContext containerView] addSubview:toViewController.view];
201 …[[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewContro…
233 … CGAffineTransformMakeTranslation(0, 0.08 * transitionContext.containerView.bounds.size.height);
240 [[transitionContext containerView] addSubview:toViewController.view];
[all …]
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DReactNativeActivity.kt98 private lateinit var containerView: FrameLayout in <lambda>() variable in host.exp.exponent.experience.ReactNativeActivity
117 containerView = FrameLayout(this) in <lambda>()
118 setContentView(containerView) in <lambda>()
121 containerView.addView(reactContainerView) in <lambda>()
124 containerView.setBackgroundColor( in <lambda>()
132 containerView.addView(loadingView) in <lambda>()
170 containerView.removeAllViews() in <lambda>()
209 val layoutParams = containerView.layoutParams in <lambda>()
211 containerView.layoutParams = layoutParams in <lambda>()
230 containerView!!.setBackgroundColor(Color.TRANSPARENT) in <lambda>()
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXAppLoadingProgressWindowController.m53 UIView *containerView = [UIView new];
54 [self.window addSubview:containerView];
59 [containerView.layer addSublayer:topBorderLayer];
66 [containerView addSubview:self.textLabel];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/
H A DABI49_0_0SMCalloutView.m61 self.containerView = [UIButton new];
62 self.containerView.isAccessibilityElement = NO;
141 [self addSubview:self.containerView];
144 [self.containerView addSubview:self.contentView];
516 self.containerView.frame = self.bounds;
606 self.containerView = [UIView new];
608 self.containerView.alpha = 0.96;
609 self.containerView.layer.cornerRadius = 8;
610 self.containerView.layer.shadowRadius = 30;
611 self.containerView.layer.shadowOpacity = 0.1;
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/
H A DABI47_0_0SMCalloutView.m61 self.containerView = [UIButton new];
62 self.containerView.isAccessibilityElement = NO;
141 [self addSubview:self.containerView];
144 [self.containerView addSubview:self.contentView];
516 self.containerView.frame = self.bounds;
606 self.containerView = [UIView new];
608 self.containerView.alpha = 0.96;
609 self.containerView.layer.cornerRadius = 8;
610 self.containerView.layer.shadowRadius = 30;
611 self.containerView.layer.shadowOpacity = 0.1;
[all …]
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/Callout/
H A DSMCalloutView.m61 self.containerView = [UIButton new];
62 self.containerView.isAccessibilityElement = NO;
141 [self addSubview:self.containerView];
144 [self.containerView addSubview:self.contentView];
516 self.containerView.frame = self.bounds;
606 self.containerView = [UIView new];
608 self.containerView.alpha = 0.96;
609 self.containerView.layer.cornerRadius = 8;
610 self.containerView.layer.shadowRadius = 30;
611 self.containerView.layer.shadowOpacity = 0.1;
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/Callout/
H A DABI48_0_0SMCalloutView.m61 self.containerView = [UIButton new];
62 self.containerView.isAccessibilityElement = NO;
141 [self addSubview:self.containerView];
144 [self.containerView addSubview:self.contentView];
516 self.containerView.frame = self.bounds;
606 self.containerView = [UIView new];
608 self.containerView.alpha = 0.96;
609 self.containerView.layer.cornerRadius = 8;
610 self.containerView.layer.shadowRadius = 30;
611 self.containerView.layer.shadowOpacity = 0.1;
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI49_0_0RCTScrollViewComponentView.h43 @property (nonatomic, strong, readonly) UIView *containerView;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI47_0_0RCTScrollViewComponentView.h43 @property (nonatomic, strong, readonly) UIView *containerView;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/ScrollView/
H A DABI48_0_0RCTScrollViewComponentView.h43 @property (nonatomic, strong, readonly) UIView *containerView;
/expo/ios/vendored/sdk47/react-native-reanimated/ios/keyboardObserver/
H A DABI47_0_0REAKeyboardEventObserver.m38 for (UIView *containerView in window.subviews) {
39 if ([containerView isKindOfClass:NSClassFromString(@"UIInputSetContainerView")]) {
40 for (UIView *hostView in containerView.subviews) {
/expo/ios/vendored/sdk48/react-native-reanimated/ios/keyboardObserver/
H A DABI48_0_0REAKeyboardEventObserver.m38 for (UIView *containerView in window.subviews) {
39 if ([containerView isKindOfClass:NSClassFromString(@"UIInputSetContainerView")]) {
40 for (UIView *hostView in containerView.subviews) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTModalHostView.m38 UIView *containerView = [UIView new];
39containerView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidt…
40 _modalViewController.view = containerView;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTModalHostView.m38 UIView *containerView = [UIView new];
39containerView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidt…
40 _modalViewController.view = containerView;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTModalHostView.m38 UIView *containerView = [UIView new];
39containerView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidt…
40 _modalViewController.view = containerView;

12