Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSwipeToScene.kt107 return !canOppositeSwipe() && draggableHandler.shouldImmediatelyIntercept(startedPosition) in startDragImmediately()
DDraggableHandler.kt93 internal fun shouldImmediatelyIntercept(startedPosition: Offset?): Boolean { in onDrag() method in com.android.compose.animation.scene.DraggableHandlerImpl
965 draggableHandler.shouldImmediatelyIntercept(startedPosition = null) in nestedScrollConnection()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt867 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>()