Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/golden/
DDataPoint.kt44 @Suppress("UNCHECKED_CAST") return NotFoundDataPoint.instance as NotFoundDataPoint<T> in asJson()
97 class NotFoundDataPoint<T> private constructor() : DataPoint<T> { in toString() class
104 internal val instance = NotFoundDataPoint<Any>() in toString()
DDataPointType.kt43 NotFoundDataPoint.isNotFoundValue(jsonValue) -> DataPoint.notFound() in fromJson()
/platform_testing/libraries/motion/tests/src/platform/test/motion/golden/
DDataPointTypeTest.kt72 val dataPoint = subject.fromJson(NotFoundDataPoint.instance.asJson()) in <lambda>()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DComposeToolkitTest.kt67 import platform.test.motion.golden.NotFoundDataPoint in <lambda>()
637 is NotFoundDataPoint -> null in <lambda>()