Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/utils/
H A DScopedApplicationContext.kt8 class ScopedApplicationContext(private val application: Application, context: ScopedContext) : Appl… class
H A DScopedContext.kt27 …private val scopedApplicationContext by lazy { ScopedApplicationContext(baseContext.applicationCon… in <lambda>()