Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/compose/values/src/platform/test/motion/compose/values/
DMotionTestValue.kt36 val semanticsPropertyKey = SemanticsPropertyKey<T>(name) constant
42 return semanticsPropertyKey == other.semanticsPropertyKey in equals()
46 return semanticsPropertyKey.hashCode() in hashCode()
87 this@applySemantics[key.semanticsPropertyKey] = this in applySemantics()
/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/values/
DMotionTestValueTest.kt42 assertThat(semanticsNode.config.contains(foo.semanticsPropertyKey)).isFalse() in modifier_isIgnored()
54 assertThat(semanticsNode.config.contains(foo.semanticsPropertyKey)).isTrue() in modifier_withEnableMotionTesting_isAttached()
55 assertThat(semanticsNode.config[foo.semanticsPropertyKey]).isEqualTo(1f) in modifier_withEnableMotionTesting_isAttached()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DMotionTestValues.kt29 SemanticsMatcher.keyIsDefined(motionTestValueKey.semanticsPropertyKey) in hasMotionTestValue()
54 name: String = motionTestValueKey.semanticsPropertyKey.name in hasMotionTestValue()
82 config[motionTestValueKey.semanticsPropertyKey]
DComposeFeatureCaptures.kt59 it.config[MotionTestValues.alpha.semanticsPropertyKey].asDataPoint() in <lambda>()