Searched refs:currentOverscrollSpec (Results 1 – 7 of 7) sorted by relevance
107 check("currentOverscrollSpec").that(actual.currentOverscrollSpec).isNotNull() in hasOverscrollSpec()108 return actual.currentOverscrollSpec!! in hasOverscrollSpec()112 check("currentOverscrollSpec").that(actual.currentOverscrollSpec).isNull() in hasNoOverscrollSpec()
296 val overscrollSpec = transition.currentOverscrollSpec in approachMeasure()
292 val overscrollScene = transition?.currentOverscrollSpec?.scene in approachMeasure()711 val overscrollScene = transition.currentOverscrollSpec?.scene in shouldPlaceOrComposeSharedElement()1051 val overscroll = transition.currentOverscrollSpec in computeValue()
690 currentOverscrollSpec?.transformationSpec?.transformations?.isEmpty() == true in animateOffset()743 val overscrollSpec = currentOverscrollSpec in animateOffset()
384 val overscrollSpec = transition.currentOverscrollSpec in get()
262 internal val currentOverscrollSpec: OverscrollSpecImpl? constant in com.android.compose.animation.scene.TransitionState.Transition
989 assertThat(layoutState.currentTransition?.currentOverscrollSpec).isNull() in <lambda>()995 assertThat(layoutState.currentTransition?.currentOverscrollSpec).isNotNull() in <lambda>()996 assertThat(layoutState.currentTransition?.currentOverscrollSpec?.scene).isEqualTo(SceneC) in <lambda>()