Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DMotionTestValues.kt22 import platform.test.motion.compose.values.MotionTestValueKey
28 fun <T> hasMotionTestValue(motionTestValueKey: MotionTestValueKey<T>): SemanticsMatcher = in hasMotionTestValue()
38 motionTestValueKey: MotionTestValueKey<T>, in hasMotionTestValue()
51 motionTestValueKey: MotionTestValueKey<T>, in hasMotionTestValue()
70 motionTestValueKey: MotionTestValueKey<T>, in feature()
81 private fun <T> SemanticsNode.get(motionTestValueKey: MotionTestValueKey<T>) =
/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DMotionTestValue.kt35 class MotionTestValueKey<T>(name: String) { class
40 if (other !is MotionTestValueKey<*>) return false in equals()
51 infix fun <T> T.exportAs(key: MotionTestValueKey<T>) in exportAs()
86 override fun <T> T.exportAs(key: MotionTestValueKey<T>) { in applySemantics()
DMotionTestValues.kt33 val alpha = MotionTestValueKey<Float>("alpha")
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/values/
DMotionTestValueTest.kt59 val foo = MotionTestValueKey<Float>("foo")
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
DMotionTestValuesTest.kt34 import platform.test.motion.compose.values.MotionTestValueKey
230 val foo = MotionTestValueKey<Float>("foo")
DComposeToolkitTest.kt63 import platform.test.motion.compose.values.MotionTestValueKey in <lambda>()
646 private val frameCountKey = MotionTestValueKey<Int>("frameCount") in <lambda>()
647 private val pointerOffsetKey = MotionTestValueKey<Offset>("pointerOffset") in <lambda>()