This site requires javascript.
Android Code Search
file:androidx/compose/foundation/gestures/DragGestureDetector.kt function:drag
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DragGestureDetector.kt
content_copy
Preview
104:
105:
106:
*/
suspend
fun
AwaitPointerEventScope.
drag
(
pointerId: PointerId,
137:
138:
139:
*/
suspend
fun
AwaitPointerEventScope.await
Drag
OrCancellation(
pointerId: PointerId,
170:
171:
172:
@OptIn(ExperimentalFoundationApi::
class
)
suspend
fun
PointerInputScope.detect
Drag
Gestures(
onDragStart: (Offset) -> Unit = {},
230:
231:
232:
@OptIn(ExperimentalFoundationApi::
class
)
internal
suspend
fun
PointerInputScope.detect
Drag
Gestures(
onDragStart:
440:
441:
442:
*/
suspend
fun
AwaitPointerEventScope.vertical
Drag
(
pointerId: PointerId,
502:
503:
504:
*/
suspend
fun
PointerInputScope.detectVertical
Drag
Gestures(
onDragStart: (Offset) -> Unit = {},
591:
592:
593:
*/
suspend
fun
AwaitPointerEventScope.horizontal
Drag
(
pointerId: PointerId,
653:
654:
655:
*/
suspend
fun
PointerInputScope.detectHorizontal
Drag
Gestures(
onDragStart: (Offset) -> Unit = {},
695:
696:
697:
*/
internal
suspend
inline
fun
AwaitPointerEventScope.
drag
(
pointerId: PointerId,
741:
742:
743:
*/
private
suspend
inline
fun
AwaitPointerEventScope.await
Drag
OrUp(
pointerId: PointerId,
unfold_more
Show 3 more matching lines
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main