Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitionLayoutImpl.kt98 private val horizontalDraggableHandler: DraggableHandlerImpl in <lambda>() constant
122 horizontalDraggableHandler = in <lambda>()
144 Orientation.Horizontal -> horizontalDraggableHandler in <lambda>()
200 .swipeToScene(horizontalDraggableHandler, swipeDetector) in <lambda>()
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DDraggableHandlerTest.kt105 val horizontalDraggableHandler = layoutImpl.draggableHandler(Orientation.Horizontal) constant in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope
342 onDragStarted(horizontalDraggableHandler, overSlop = up(fractionOfScreen = 0.3f)) in <lambda>()
345 onDragStarted(horizontalDraggableHandler, overSlop = down(fractionOfScreen = 0.3f)) in <lambda>()