Searched refs:parseBackgroundColor (Results 1 – 2 of 2) sorted by relevance
22 UIColor *backgroundColor = [[self class] parseBackgroundColor:manifest];30 + (UIColor * _Nonnull)parseBackgroundColor:(EXManifestsManifest *)manifest
26 val backgroundColor = parseBackgroundColor(manifest) in <lambda>()49 private fun parseBackgroundColor(manifest: Manifest): Int? { in <lambda>() method