Searched refs:shouldImmediatelyIntercept (Results 1 – 3 of 3) sorted by relevance
107 return !canOppositeSwipe() && draggableHandler.shouldImmediatelyIntercept(startedPosition) in startDragImmediately()
93 internal fun shouldImmediatelyIntercept(startedPosition: Offset?): Boolean { in onDrag() method in com.android.compose.animation.scene.DraggableHandlerImpl965 draggableHandler.shouldImmediatelyIntercept(startedPosition = null) in nestedScrollConnection()
867 assertThat(draggableHandler.shouldImmediatelyIntercept(middle)).isTrue() in <lambda>()885 assertThat(draggableHandler.shouldImmediatelyIntercept(bottom)).isFalse() in <lambda>()908 assertThat(draggableHandler.shouldImmediatelyIntercept(middle)).isTrue() in <lambda>()916 assertThat(draggableHandler.shouldImmediatelyIntercept(middle)).isFalse() in <lambda>()967 assertThat(draggableHandler.shouldImmediatelyIntercept(startedPosition = null)).isTrue() in <lambda>()