Home
last modified time | relevance | path

Searched defs:dragAmount (Results 1 – 11 of 11) sorted by relevance

/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/performance/
DDrawingDemo.kt52 ) { _, dragAmount -> in <lambda>() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/gestures/
DDragGestureDetectorWhileMovingUIToPopupTest.kt67 private val dragAmount = Offset(0f, 50f) in <lambda>() constant
DDragGestureDetectorTest.kt101 ) { change, dragAmount -> in <lambda>() method
127 ) { change, dragAmount -> in <lambda>() method
151 ) { change, dragAmount -> in <lambda>() method
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/gestures/
DPopupDragDemo.kt50 detectDragGestures { _, dragAmount -> in <lambda>() method
DLongPressDragGestureDetectorDemo.kt61 ) { _, dragAmount -> in <lambda>() method
DTapPressureGestureDetectorDemo.kt88 detectDragGestures { change: PointerInputChange, dragAmount: Offset -> in <lambda>() method
/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DDragGestureDetectorSamples.kt155 detectHorizontalDragGestures { _, dragAmount -> in DetectHorizontalDragGesturesSample() method
261 detectVerticalDragGestures { _, dragAmount -> in DetectVerticalDragGesturesSample() method
378 detectDragGestures { _, dragAmount -> in DetectDragGesturesSample() method
406 detectDragGesturesAfterLongPress { _, dragAmount -> in DetectDragWithLongPressGesturesSample() method
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/
DSuspendingGesturesDemo.kt281 detectVerticalDragGestures { _, dragAmount -> in OrientationLockDragGestures() method
295 detectHorizontalDragGestures { _, dragAmount -> in OrientationLockDragGestures() method
328 detectDragGestures { _, dragAmount -> in Drag2DGestures() method
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/fancy/
DSpringChainDemo.kt59 detectDragGestures { _, dragAmount -> leader += dragAmount } in <lambda>() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldSelectionState.kt630 onDrag = onDrag@{ change, dragAmount -> in <lambda>() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTimePicker.kt1543 ) { _, dragAmount -> in <lambda>() method