Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestTransition.kt249 val timestamps = mutableListOf<TimestampAssertion>() in transitionTest()
273 timestamps.add(TimestampAssertion(delta, builder)) in transitionTest()
293 val timestamps: List<TimestampAssertion>,
296 private class TimestampAssertion( class