Home
last modified time | relevance | path

Searched refs:hideSplashScreen (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/
H A DSplashScreenViewController.kt52 open fun hideSplashScreen( in hideSplashScreen() method
105 hideSplashScreen() in handleRootView()
120 hideSplashScreen() in handleRootView()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt52 open fun hideSplashScreen( in hideSplashScreen() method
105 hideSplashScreen() in handleRootView()
120 hideSplashScreen() in handleRootView()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt51 open fun hideSplashScreen( in hideSplashScreen() method
104 hideSplashScreen() in handleRootView()
119 hideSplashScreen() in handleRootView()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/splashscreen/
H A DSplashScreenViewController.kt51 open fun hideSplashScreen( in hideSplashScreen() method
104 hideSplashScreen() in handleRootView()
119 hideSplashScreen() in handleRootView()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewController.kt55 …override fun hideSplashScreen(successCallback: (hasEffect: Boolean) -> Unit, failureCallback: (rea… in <lambda>() method
56 super.hideSplashScreen( in <lambda>()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/
H A DDevLauncherActivity.kt115 hideSplashScreen() in handleRootView()
123 hideSplashScreen() in handleRootView()
129 private fun hideSplashScreen() { in hideSplashScreen() method in expo.modules.devlauncher.launcher.DevLauncherActivity
/expo/packages/expo-splash-screen/android/src/main/java/expo/modules/splashscreen/singletons/
H A DSplashScreen.kt146 controllers[activity]?.hideSplashScreen(successCallback, failureCallback) in hide()