Home
last modified time | relevance | path

Searched refs:UIWindow (Results 1 – 25 of 122) sorted by relevance

12345

/expo/packages/expo-dev-menu/ios/Interceptors/
H A DDevMenuMotionInterceptor.swift23 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 DDevMenuTouchInterceptor.swift26 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 DABI49_0_0RCTAlertController.m14 @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 DABI49_0_0RCTLogBoxView.h13 @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 DABI48_0_0RCTAlertController.m14 @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 DABI48_0_0RCTLogBoxView.h13 @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 DABI47_0_0RCTLogBoxView.h13 @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 DABI47_0_0RCTAlertController.m14 @property (nonatomic, strong) UIWindow *alertWindow;
20 - (UIWindow *)alertWindow
23 … _alertWindow = [[UIWindow alloc] initWithFrame:ABI47_0_0RCTSharedApplication().keyWindow.bounds];
/expo/ios/Client/Menu/
H A DEXDevMenuMotionInterceptor.m12 @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 DEXDevMenuGestureInterceptor.m13 @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 DEXDevMenuWindow.h5 @interface EXDevMenuWindow : UIWindow
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DUIWindow+ABI47_0_0RNScreens.mm2 #import "UIWindow+ABI47_0_0RNScreens.h"
4 @implementation UIWindow (ABI47_0_0RNScreens) implementation in ABI47_0_0RNScreens
H A DUIWindow+ABI47_0_0RNScreens.h5 @interface UIWindow (ABI47_0_0RNScreens)
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DUIWindow+ABI49_0_0RNScreens.mm2 #import "UIWindow+ABI49_0_0RNScreens.h"
4 @implementation UIWindow (ABI49_0_0RNScreens) implementation in ABI49_0_0RNScreens
H A DUIWindow+ABI49_0_0RNScreens.h5 @interface UIWindow (ABI49_0_0RNScreens)
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DUIWindow+RNScreens.mm2 #import "UIWindow+RNScreens.h"
4 @implementation UIWindow (RNScreens) implementation in RNScreens
H A DUIWindow+RNScreens.h5 @interface UIWindow (RNScreens)
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DUIWindow+ABI48_0_0RNScreens.mm2 #import "UIWindow+ABI48_0_0RNScreens.h"
4 @implementation UIWindow (ABI48_0_0RNScreens) implementation in ABI48_0_0RNScreens
H A DUIWindow+ABI48_0_0RNScreens.h5 @interface UIWindow (ABI48_0_0RNScreens)
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherController.h45 - (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 DScreenOrientationAppDelegate.swift12 …_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceO… in application()
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationAppDelegate.swift12 …_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceO… in application()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTKeyCommands.m119 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 DABI48_0_0RCTKeyCommands.m119 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 DABI47_0_0RCTKeyCommands.m119 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;

12345