Searched refs:observing (Results 1 – 1 of 1) sorted by relevance
32 private val observing: T?, in capture() constant in platform.test.motion.golden.TimeSeriesCaptureScope47 val dataPoint = if (observing != null) using.capture(observing) else DataPoint.notFound() in capture()63 with(TimeSeriesCaptureScope(observing?.let(resolveRelated), valueCollector)) { in capture()