Home
last modified time | relevance | path

Searched refs:ManagedAppSplashScreenConfiguration (Results 1 – 3 of 3) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenViewProvider.kt19 private var config: ManagedAppSplashScreenConfiguration
34 config = ManagedAppSplashScreenConfiguration.parseManifest(manifest) in updateSplashScreenViewWithManifest()
40 config: ManagedAppSplashScreenConfiguration, in configureSplashScreenView()
41 previousConfig: ManagedAppSplashScreenConfiguration? in configureSplashScreenView()
54 …fun configureSplashScreenImageView(context: Context, config: ManagedAppSplashScreenConfiguration) { in configureSplashScreenImageView()
H A DManagedAppSplashScreenConfiguration.kt12 class ManagedAppSplashScreenConfiguration private constructor() { in <lambda>() class
24 fun parseManifest(manifest: Manifest): ManagedAppSplashScreenConfiguration { in <lambda>()
28 val config = ManagedAppSplashScreenConfiguration() in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt38 import host.exp.exponent.experience.splashscreen.ManagedAppSplashScreenConfiguration in <lambda>()
351 val config = ManagedAppSplashScreenConfiguration.parseManifest( in <lambda>()