Home
last modified time | relevance | path

Searched refs:RecordedMotion (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/
DRecordedMotion.kt31 class RecordedMotion in <lambda>() class
59 RecordedMotion( in <lambda>()
DMotionTestRule.kt87 fun motion(): Subject.Factory<RecordedMotionSubject, RecordedMotion> { in <lambda>()
88 return Subject.Factory { failureMetadata: FailureMetadata, subject: RecordedMotion? -> in <lambda>()
94 fun assertThat(recordedMotion: RecordedMotion): RecordedMotionSubject = in <lambda>()
126 recordedMotion: RecordedMotion, in <lambda>()
187 recordedMotion: RecordedMotion, in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt26 import platform.test.motion.RecordedMotion
41 private val actual: RecordedMotion?,
114 private fun getGoldenIdentifier(recordedMotion: RecordedMotion, goldenName: String?): String =
/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt28 import platform.test.motion.RecordedMotion in <lambda>()
29 import platform.test.motion.RecordedMotion.Companion.create in <lambda>()
121 ): RecordedMotion { in record()
129 ): RecordedMotion { in recordSeekableAnimation()
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt41 import platform.test.motion.RecordedMotion in <lambda>()
156 ): RecordedMotion { in <lambda>()
163 return RecordedMotion( in <lambda>()
/platform_testing/libraries/motion/tests/src/platform/test/motion/
DMotionTestRuleTest.kt45 RecordedMotion(
139 RecordedMotion( in writeGeneratedTimeSeries_withScreenshots_writesVideoAndIncludesMetadata()
/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
DComposeToolkit.kt56 import platform.test.motion.RecordedMotion in <lambda>()
57 import platform.test.motion.RecordedMotion.Companion.create in <lambda>()
203 ): RecordedMotion { in recordMotion()