Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/services/sensors/
H A DSubscribableSensorKernelService.kt73 val leftSubscriptions: MutableList<WeakReference<SensorKernelServiceSubscription?>> = in removeSubscription() constant
78 leftSubscriptions.add(subscriptionWeakReference) in removeSubscription()
81 if (leftSubscriptions.size > 0) { in removeSubscription()
82 experienceScopeKeySubscriptionsMap[experienceKey.scopeKey] = leftSubscriptions in removeSubscription()