Home
last modified time | relevance | path

Searched refs:showSplashScreen (Results 1 – 10 of 10) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewController.kt49 override fun showSplashScreen(successCallback: () -> Unit) { in <lambda>() method
50 super.showSplashScreen { in <lambda>()
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenViewController.kt30 open fun showSplashScreen(successCallback: () -> Unit = {}) { in <lambda>() method
112 showSplashScreen() in handleRootView()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt30 open fun showSplashScreen(successCallback: () -> Unit = {}) { in <lambda>() method
112 showSplashScreen() in handleRootView()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt29 open fun showSplashScreen(successCallback: () -> Unit = {}) { in <lambda>() method
111 showSplashScreen() in handleRootView()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt29 open fun showSplashScreen(successCallback: () -> Unit = {}) { in <lambda>() method
111 showSplashScreen() in handleRootView()
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/singletons/
H A DSplashScreen.kt107 splashScreenViewController.showSplashScreen(successCallback)
/expo/packages/expo-splash-screen/ios/EXSplashScreen/
H A DEXSplashScreenService.m202 …reen as soon as possible, we do not wait for hiding callback and call showSplashScreen immediately.
/expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/
H A DABI48_0_0EXSplashScreenService.m208 …reen as soon as possible, we do not wait for hiding callback and call showSplashScreen immediately.
/expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/
H A DABI49_0_0EXSplashScreenService.m208 …reen as soon as possible, we do not wait for hiding callback and call showSplashScreen immediately.
/expo/ios/versioned/sdk47/EXSplashScreen/EXSplashScreen/
H A DABI47_0_0EXSplashScreenService.m204 …reen as soon as possible, we do not wait for hiding callback and call showSplashScreen immediately.