Home
last modified time | relevance | path

Searched refs:configureSplashScreenView (Results 1 – 2 of 2) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewProvider.kt28 configureSplashScreenView(context, config, null) in createSplashScreenView()
35 configureSplashScreenView(context, config, previousConfig) in updateSplashScreenViewWithManifest()
38 private fun configureSplashScreenView( in configureSplashScreenView() method in host.exp.exponent.experience.splashscreen.ManagedAppSplashScreenViewProvider
/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXManagedAppSplashScreenViewProvider.m34 [self configureSplashScreenView:_splashScreenView previousConfiguration:previousConfiguration];
41 [self configureSplashScreenView:splashScreenView previousConfiguration:nil];
46 - (void)configureSplashScreenView:(UIView *)splashScreenView previousConfiguration:(EXManagedAppSpl…