Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/gestures/
DAndroidScrollable.android.kt34 override fun Density.calculateMouseWheelScroll(event: PointerEvent, bounds: IntSize): Offset { in <lambda>() method in androidx.compose.foundation.gestures.AndroidConfig
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DScrollable.kt625 fun Density.calculateMouseWheelScroll(event: PointerEvent, bounds: IntSize): Offset in isPreciseWheelScroll() method