Home
last modified time | relevance | path

Searched refs:findRootView (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenViewController.kt85 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()
89 private fun findRootView(view: View): ViewGroup? { in findRootView() method
95 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt85 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()
89 private fun findRootView(view: View): ViewGroup? { in findRootView() method
95 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt84 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()
88 private fun findRootView(view: View): ViewGroup? { in findRootView() method
94 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt84 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()
88 private fun findRootView(view: View): ViewGroup? { in findRootView() method
94 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherActivity.kt96 findRootView(contentView)?.let { return@searchForRootView handleRootView(it) } in searchForRootView()
100 private fun findRootView(view: View): ViewGroup? { in findRootView() method in expo.modules.devlauncher.launcher.DevLauncherActivity
106 findRootView(view.getChildAt(idx))?.let { return@findRootView it } in findRootView()
/expo/packages/expo-modules-core/ios/AppDelegates/
H A DEXAppDelegateWrapper.mm47 - (UIView *)findRootView:(UIApplication *)application
63 UIView *rootView = [self findRootView:application];
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/AppDelegates/
H A DABI49_0_0EXAppDelegateWrapper.mm47 - (UIView *)findRootView:(UIApplication *)application
63 UIView *rootView = [self findRootView:application];
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/AppDelegates/
H A DABI48_0_0EXAppDelegateWrapper.mm47 - (UIView *)findRootView:(UIApplication *)application
63 UIView *rootView = [self findRootView:application];