Searched refs:MotionTestValueKey (Results 1 – 6 of 6) sorted by relevance
22 import platform.test.motion.compose.values.MotionTestValueKey28 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>) =
35 class MotionTestValueKey<T>(name: String) { class40 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()
33 val alpha = MotionTestValueKey<Float>("alpha")
59 val foo = MotionTestValueKey<Float>("foo")
34 import platform.test.motion.compose.values.MotionTestValueKey230 val foo = MotionTestValueKey<Float>("foo")
63 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>()