Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/test/
H A DTestActionEvent.kt6 val selectorType: String?, constant in host.exp.exponent.test.TestActionEvent
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestNativeModuleServer.kt43 return when (event.selectorType) { in getSelectorForObject()
45 else -> throw RuntimeException("No selector found for type " + event.selectorType) in getSelectorForObject()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt53 val selectorType = options.getString("selectorType") in action() constant
82 selectorType, in action()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt53 val selectorType = options.getString("selectorType") in action() constant
82 selectorType, in action()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt53 val selectorType = options.getString("selectorType") in action() constant
82 selectorType, in action()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/test/
H A DExponentTestNativeModule.kt53 val selectorType = options.getString("selectorType") in action() constant
82 selectorType, in action()
/expo/apps/test-suite/
H A DTestUtils.js14 selectorType: 'text', property