| /expo/packages/expo-dev-menu/ios/Interceptors/ |
| H A D | DevMenuMotionInterceptor.swift | 23 selector: #selector(UIWindow.motionEnded(_:with:)), in swizzle() 24 withSelector: #selector(UIWindow.EXDevMenu_motionEnded(_:with:)), in swizzle() 25 forClass: UIWindow.self in swizzle() 30 extension UIWindow { extension
|
| H A D | DevMenuTouchInterceptor.swift | 26 selector: #selector(getter: UIWindow.gestureRecognizers), in swizzle() 27 withSelector: #selector(getter: UIWindow.EXDevMenu_gestureRecognizers), in swizzle() 28 forClass: UIWindow.self in swizzle() 33 extension UIWindow { extension
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTAlertController.m | 14 @property (nonatomic, strong) UIWindow *alertWindow; 20 - (UIWindow *)alertWindow 26 UIWindow *keyWindow = ABI49_0_0RCTSharedApplication().keyWindow; 28 _alertWindow = [[UIWindow alloc] initWithFrame:keyWindow.bounds]; 66 - (UIWindow *)getUIWindowFromScene 72 return [[UIWindow alloc] initWithWindowScene:(UIWindowScene *)scene];
|
| H A D | ABI49_0_0RCTLogBoxView.h | 13 @interface ABI49_0_0RCTLogBoxView : UIWindow 19 - (instancetype)initWithWindow:(UIWindow *)window bridge:(ABI49_0_0RCTBridge *)bridge; 20 - (instancetype)initWithWindow:(UIWindow *)window surfacePresenter:(id<ABI49_0_0RCTSurfacePresenter…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTAlertController.m | 14 @property (nonatomic, strong) UIWindow *alertWindow; 20 - (UIWindow *)alertWindow 26 UIWindow *keyWindow = ABI48_0_0RCTSharedApplication().keyWindow; 28 _alertWindow = [[UIWindow alloc] initWithFrame:keyWindow.bounds]; 66 - (UIWindow *)getUIWindowFromScene 72 return [[UIWindow alloc] initWithWindowScene:(UIWindowScene *)scene];
|
| H A D | ABI48_0_0RCTLogBoxView.h | 13 @interface ABI48_0_0RCTLogBoxView : UIWindow 19 - (instancetype)initWithWindow:(UIWindow *)window bridge:(ABI48_0_0RCTBridge *)bridge; 20 - (instancetype)initWithWindow:(UIWindow *)window surfacePresenter:(id<ABI48_0_0RCTSurfacePresenter…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTLogBoxView.h | 13 @interface ABI47_0_0RCTLogBoxView : UIWindow 19 - (instancetype)initWithWindow:(UIWindow *)window bridge:(ABI47_0_0RCTBridge *)bridge; 20 - (instancetype)initWithWindow:(UIWindow *)window surfacePresenter:(id<ABI47_0_0RCTSurfacePresenter…
|
| H A D | ABI47_0_0RCTAlertController.m | 14 @property (nonatomic, strong) UIWindow *alertWindow; 20 - (UIWindow *)alertWindow 23 … _alertWindow = [[UIWindow alloc] initWithFrame:ABI47_0_0RCTSharedApplication().keyWindow.bounds];
|
| /expo/ios/Client/Menu/ |
| H A D | EXDevMenuMotionInterceptor.m | 12 @implementation UIWindow (EXDevMenuMotionInterceptor) implementation in EXDevMenuMotionInterceptor 28 // Capture shake gesture from any window by swapping default implementation from UIWindow. 29 …RCTSwapInstanceMethods([UIWindow class], @selector(motionEnded:withEvent:), @selector(EX_motionEnd… 38 …RCTSwapInstanceMethods([UIWindow class], @selector(motionEnded:withEvent:), @selector(EX_motionEnd…
|
| H A D | EXDevMenuGestureInterceptor.m | 13 @implementation UIWindow (EXDevMenuGestureInterceptor) implementation in EXDevMenuGestureInterceptor 48 // Capture touch gesture from any window by swapping default implementation from UIWindow. 49 …RCTSwapInstanceMethods([UIWindow class], @selector(gestureRecognizers), @selector(EX_gestureRecogn… 61 …RCTSwapInstanceMethods([UIWindow class], @selector(gestureRecognizers), @selector(EX_gestureRecogn…
|
| H A D | EXDevMenuWindow.h | 5 @interface EXDevMenuWindow : UIWindow
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | UIWindow+ABI47_0_0RNScreens.mm | 2 #import "UIWindow+ABI47_0_0RNScreens.h" 4 @implementation UIWindow (ABI47_0_0RNScreens) implementation in ABI47_0_0RNScreens
|
| H A D | UIWindow+ABI47_0_0RNScreens.h | 5 @interface UIWindow (ABI47_0_0RNScreens)
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | UIWindow+ABI49_0_0RNScreens.mm | 2 #import "UIWindow+ABI49_0_0RNScreens.h" 4 @implementation UIWindow (ABI49_0_0RNScreens) implementation in ABI49_0_0RNScreens
|
| H A D | UIWindow+ABI49_0_0RNScreens.h | 5 @interface UIWindow (ABI49_0_0RNScreens)
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | UIWindow+RNScreens.mm | 2 #import "UIWindow+RNScreens.h" 4 @implementation UIWindow (RNScreens) implementation in RNScreens
|
| H A D | UIWindow+RNScreens.h | 5 @interface UIWindow (RNScreens)
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | UIWindow+ABI48_0_0RNScreens.mm | 2 #import "UIWindow+ABI48_0_0RNScreens.h" 4 @implementation UIWindow (ABI48_0_0RNScreens) implementation in ABI48_0_0RNScreens
|
| H A D | UIWindow+ABI48_0_0RNScreens.h | 5 @interface UIWindow (ABI48_0_0RNScreens)
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | EXDevLauncherController.h | 45 - (void)startWithWindow:(UIWindow *)window delegate:(id<EXDevLauncherControllerDelegate>)delegate l… 49 - (void)autoSetupStart:(UIWindow *)window; 77 - (UIWindow * _Nullable)currentWindow;
|
| /expo/packages/expo-screen-orientation/ios/ |
| H A D | ScreenOrientationAppDelegate.swift | 12 …_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceO… in application()
|
| /expo/ios/versioned/sdk49/ExpoScreenOrientation/ |
| H A D | ScreenOrientationAppDelegate.swift | 12 …_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceO… in application()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTKeyCommands.m | 119 for (UIWindow *window in [self allWindows]) { 134 - (NSArray<UIWindow *> *)allWindows 144 …NSMethodSignature *methodSignature = [[UIWindow class] methodSignatureForSelector:allWindowsSelect… 147 invocation.target = [UIWindow class]; 153 __unsafe_unretained NSArray<UIWindow *> *windows = nil;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTKeyCommands.m | 119 for (UIWindow *window in [self allWindows]) { 134 - (NSArray<UIWindow *> *)allWindows 144 …NSMethodSignature *methodSignature = [[UIWindow class] methodSignatureForSelector:allWindowsSelect… 147 invocation.target = [UIWindow class]; 153 __unsafe_unretained NSArray<UIWindow *> *windows = nil;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTKeyCommands.m | 119 for (UIWindow *window in [self allWindows]) { 134 - (NSArray<UIWindow *> *)allWindows 144 …NSMethodSignature *methodSignature = [[UIWindow class] methodSignatureForSelector:allWindowsSelect… 147 invocation.target = [UIWindow class]; 153 __unsafe_unretained NSArray<UIWindow *> *windows = nil;
|