---
title: "dispatchRawDelta"
description: "Swipe by the [delta], coerce it in the bounds and dispatch it to the [SwipeableV2State]."
type: "function"
lastmod: "2026-08-27"
---
## API Reference

### dispatchRawDelta

> Source set: Android

```kotlin
public fun dispatchRawDelta(delta: Float): Float
```

Swipe by the `delta`, coerce it in the bounds and dispatch it to the `SwipeableV2State`.

#### Return

The delta the consumed by the `SwipeableV2State`

### dispatchRawDelta

> Source set: Android

```kotlin
override fun dispatchRawDelta(delta: Float): Float
```
