Home
last modified time | relevance | path

Searched refs:otherModule (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DDetachedModuleRegistryAdapter.kt53 for (otherModule in otherModules) { in createNativeModules() constant
54 if (otherModule is RegistryLifecycleListener) { in createNativeModules()
55 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/
H A DExpoModuleRegistryAdapter.kt79 for (otherModule in otherModules) { in createNativeModules() constant
80 if (otherModule is RegistryLifecycleListener) { in createNativeModules()
81 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/
H A DExpoModuleRegistryAdapter.kt76 for (otherModule in otherModules) { in createNativeModules() constant
77 if (otherModule is RegistryLifecycleListener) { in createNativeModules()
78 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/
H A DExpoModuleRegistryAdapter.kt85 for (otherModule in otherModules) { in createNativeModules() constant
86 if (otherModule is RegistryLifecycleListener) { in createNativeModules()
87 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in createNativeModules()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/
H A DExpoModuleRegistryAdapter.kt79 for (otherModule in otherModules) { in <lambda>() constant
80 if (otherModule is RegistryLifecycleListener) { in <lambda>()
81 moduleRegistry.registerExtraListener(otherModule as RegistryLifecycleListener) in <lambda>()