diff options
| author | 2024-10-16 12:32:48 +0000 | |
|---|---|---|
| committer | 2024-10-18 15:34:24 +0000 | |
| commit | a528bda1b1a2543a42d63a172e88eaa43da08be2 (patch) | |
| tree | 363e82f44b07cda0921590d29163828cb37f4d2c /libs/androidfw/misc.cpp | |
| parent | bea86c1dbcd7640f675a125733628584a4fb95d3 (diff) | |
Cleanup NestedScrollSource.Drag usages
Drag and UserInput are exactly the same
```kotlin
/** Dragging via mouse/touch/etc events. */
@Deprecated(
"This has been replaced by UserInput.",
replaceWith =
ReplaceWith(
"NestedScrollSource.UserInput",
"import androidx.compose.ui.input.nestedscroll." +
"NestedScrollSource.Companion.UserInput"
)
)
val Drag: NestedScrollSource = UserInput
```
Test: No tests
Bug: 371984715
Flag: com.android.systemui.scene_container
Change-Id: Iac0324f863c52273b9e72392a4168e78a7008685
Diffstat (limited to 'libs/androidfw/misc.cpp')
0 files changed, 0 insertions, 0 deletions