Home
last modified time | relevance | path

Searched refs:handleRootView (Results 1 – 5 of 5) 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()
101 private fun handleRootView(view: ViewGroup) { in handleRootView() method
/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()
101 private fun handleRootView(view: ViewGroup) { in handleRootView() method
/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()
100 private fun handleRootView(view: ViewGroup) { in handleRootView() method
/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()
100 private fun handleRootView(view: ViewGroup) { in handleRootView() method
/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()
112 private fun handleRootView(view: ViewGroup) { in handleRootView() method