Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DRNObject.kt75 …instance = getConstructorWithArgumentClassTypes(clazz, *objectsToJavaClassTypes(*args)).newInstanc… in construct()
280 …private fun getConstructorWithArgumentClassTypes(clazz: Class<*>?, vararg argumentClassTypes: Clas… in getConstructorWithArgumentClassTypes() method