Searched refs:assertLastProgress (Results 1 – 6 of 6) sorted by relevance
46 listener.assertLastProgress(0.5f) in onTransitionProgress_firstProgressEvent_propagatedImmediately()57 listener.assertLastProgress(0.5f) in onTransitionProgress_secondProgressEvent_isNotPropagatedImmediately()68 listener.assertLastProgress(0.8f) in onTransitionProgress_severalProgressEventsWithInterval_propagated()
79 fun assertLastProgress(progress: Float) { in assertLastProgress() method80 currentRecording?.assertLastProgress(progress) ?: error("unfold not in progress.") in assertLastProgress()139 fun assertLastProgress(progress: Float) { in assertLastProgress() method
56 listener.assertLastProgress(0.5f) in onTransitionProgress_withFilter_propagated()91 listener.assertLastProgress(0.5f) in onTransitionProgress_withoutFilter_propagated()
62 listener.assertLastProgress(0.5f) in onTransitionProgress_propagated()
59 with(listener.ensureTransitionFinished()) { assertLastProgress(0.5f) } in unfolded_unfoldAnimationFinished_propagatesEvents()124 with(listener.ensureTransitionFinished()) { assertLastProgress(0.1f) } in unfoldedAgainAfterFolding_propagatesEvents()
68 listener.assertLastProgress(1f) in <lambda>()107 listener.assertLastProgress(1f) in <lambda>()