Home
last modified time | relevance | path

Searched refs:updateSplashScreenViewWithManifest (Results 1 – 5 of 5) sorted by relevance

/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXManagedAppSplashScreenViewProvider.h19 - (void)updateSplashScreenViewWithManifest:(EXManifestsManifest *)manifest;
H A DEXManagedAppSplashScreenViewProvider.m29 - (void)updateSplashScreenViewWithManifest:(EXManifestsManifest *)manifest
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewProvider.kt32 fun updateSplashScreenViewWithManifest(context: Context, manifest: Manifest) { in updateSplashScreenViewWithManifest() method
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt365 managedAppSplashScreenViewProvider!!.updateSplashScreenViewWithManifest(this, manifest!!) in <lambda>()
/expo/ios/Exponent/Kernel/Views/
H A DEXAppViewController.m360 [_managedAppSplashScreenViewProvider updateSplashScreenViewWithManifest:manifest];