Home
last modified time | relevance | path

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

/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXManagedAppSplashScreenConfigurationBuilder.m22 UIColor *backgroundColor = [[self class] parseBackgroundColor:manifest];
30 + (UIColor * _Nonnull)parseBackgroundColor:(EXManifestsManifest *)manifest
/expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/
H A DManagedAppSplashScreenConfiguration.kt26 val backgroundColor = parseBackgroundColor(manifest) in <lambda>()
49 private fun parseBackgroundColor(manifest: Manifest): Int? { in <lambda>() method