Home
last modified time | relevance | path

Searched refs:motionRule (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DTransitionAnimatorTest.kt77 val motionRule = MotionTestRule(ViewToolkit { activityRule.scenario }, pathManager) in <lambda>() constant in com.android.systemui.animation.TransitionAnimatorTest
86 motionRule.assertThat(recordedMotion).timeSeriesMatchesGolden() in <lambda>()
96 motionRule.assertThat(recordedMotion).timeSeriesMatchesGolden() in <lambda>()
107 motionRule.assertThat(recordedMotion).timeSeriesMatchesGolden() in <lambda>()
118 motionRule.assertThat(recordedMotion).timeSeriesMatchesGolden() in <lambda>()
164 return motionRule.record( in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/
DAnchoredSizeTest.kt47 @get:Rule val motionRule = createComposeMotionTestRule(goldenPaths) constant in com.android.compose.animation.scene.transformation.AnchoredSizeTest
121 motionRule.recordTransition(fromSceneContent, toSceneContent, transition, recordingSpec) in assertBarSizeMatchesGolden()
123 motionRule.assertThat(motion).timeSeriesMatchesGolden() in assertBarSizeMatchesGolden()