Home
last modified time | relevance | path

Searched refs:createComposeMotionTestRule (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/
H A DAnchoredSizeTest.kt39 import platform.test.motion.compose.createComposeMotionTestRule
54 @get:Rule val motionRule = createComposeMotionTestRule(goldenPaths)
/aosp_15_r20/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
H A DTransitionFeatureCaptureTest.kt52 @get:Rule val motionRule = createComposeMotionTestRule(pathManager) in <lambda>()
H A DMotionTestValuesTest.kt49 @get:Rule val motionRule = createComposeMotionTestRule(pathManager)
H A DComposeToolkitTest.kt74 @get:Rule val motionRule = createComposeMotionTestRule(pathManager) in <lambda>()
/aosp_15_r20/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
H A DComposeToolkit.kt98 fun createComposeMotionTestRule( in createComposeMotionTestRule() method