Home
last modified time | relevance | path

Searched defs:addPointerInputChange (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DDragGestureDetector.kt893 fun addPointerInputChange(dragEvent: PointerInputChange, touchSlop: Float): Offset { in mainAxis() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/util/
DVelocityTracker.kt362 fun VelocityTracker.addPointerInputChange(event: PointerInputChange) { in addPointerInputChange() method