Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestTransition.kt48 fun before(builder: TransitionTestAssertionScope.() -> Unit) in <lambda>()
60 fun at(timestamp: Long, builder: TransitionTestAssertionScope.() -> Unit) in <lambda>()
67 fun after(builder: TransitionTestAssertionScope.() -> Unit) in <lambda>()
71 interface TransitionTestAssertionScope { interface
192 object : TransitionTestAssertionScope { in ComposeContentTestRule()
247 var before: (TransitionTestAssertionScope.() -> Unit)? = null in transitionTest()
248 var after: (TransitionTestAssertionScope.() -> Unit)? = null in transitionTest()
253 override fun before(builder: TransitionTestAssertionScope.() -> Unit) { in transitionTest()
261 override fun at(timestamp: Long, builder: TransitionTestAssertionScope.() -> Unit) { in transitionTest()
276 override fun after(builder: TransitionTestAssertionScope.() -> Unit) { in transitionTest()
[all …]