Home
last modified time | relevance | path

Searched refs:kernelServiceRegistry (Results 1 – 25 of 36) sorted by relevance

12

/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/
H A DExponentIntentModule.kt21 private lateinit var kernelServiceRegistry: ExpoKernelServiceRegistry variable
45 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in openURL()
47 kernelServiceRegistry.linkingKernelService.openURI(uri) in openURL()
61 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in canOpenURL()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/
H A DExponentIntentModule.kt21 private lateinit var kernelServiceRegistry: ExpoKernelServiceRegistry variable
45 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in openURL()
47 kernelServiceRegistry.linkingKernelService.openURI(uri) in openURL()
61 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in canOpenURL()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/internal/
H A DExponentIntentModule.kt21 private lateinit var kernelServiceRegistry: ExpoKernelServiceRegistry variable
45 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in openURL()
47 kernelServiceRegistry.linkingKernelService.openURI(uri) in openURL()
61 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in canOpenURL()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/internal/
H A DExponentIntentModule.kt21 private lateinit var kernelServiceRegistry: ExpoKernelServiceRegistry variable
45 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in openURL()
47 kernelServiceRegistry.linkingKernelService.openURI(uri) in openURL()
61 if (kernelServiceRegistry.linkingKernelService.canOpenURI(uri)) { in canOpenURL()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DScopedGyroscopeService.kt10 get() = kernelServiceRegistry.gyroscopeKernelService
H A DScopedMagnetometerService.kt10 get() = kernelServiceRegistry.magnetometerKernelService
H A DScopedGravitySensorService.kt10 get() = kernelServiceRegistry.gravitySensorKernelService
H A DScopedLinearAccelerationSensorService.kt10 get() = kernelServiceRegistry.linearAccelerationSensorKernelService
H A DScopedRotationVectorSensorService.kt10 get() = kernelServiceRegistry.rotationVectorSensorKernelService
H A DScopedMagnetometerUncalibratedService.kt10 get() = kernelServiceRegistry.magnetometerUncalibratedKernelService
H A DScopedAccelerometerService.kt10 get() = kernelServiceRegistry.accelerometerKernelService
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DScopedGravitySensorService.kt10 get() = kernelServiceRegistry.gravitySensorKernelService
H A DScopedAccelerometerService.kt10 get() = kernelServiceRegistry.accelerometerKernelService
H A DScopedGyroscopeService.kt10 get() = kernelServiceRegistry.gyroscopeKernelService
H A DScopedMagnetometerService.kt10 get() = kernelServiceRegistry.magnetometerKernelService
H A DScopedMagnetometerUncalibratedService.kt10 get() = kernelServiceRegistry.magnetometerUncalibratedKernelService
H A DScopedLinearAccelerationSensorService.kt10 get() = kernelServiceRegistry.linearAccelerationSensorKernelService
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DScopedAccelerometerService.kt10 get() = kernelServiceRegistry.accelerometerKernelService
H A DScopedGravitySensorService.kt10 get() = kernelServiceRegistry.gravitySensorKernelService
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DScopedMagnetometerUncalibratedService.kt10 get() = kernelServiceRegistry.magnetometerUncalibratedKernelService
H A DScopedAccelerometerService.kt10 get() = kernelServiceRegistry.accelerometerKernelService
H A DScopedGyroscopeService.kt10 get() = kernelServiceRegistry.gyroscopeKernelService
H A DScopedMagnetometerService.kt10 get() = kernelServiceRegistry.magnetometerKernelService
H A DScopedGravitySensorService.kt10 get() = kernelServiceRegistry.gravitySensorKernelService
H A DScopedLinearAccelerationSensorService.kt10 get() = kernelServiceRegistry.linearAccelerationSensorKernelService

12