Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
Compose UI should match Android's native fling scrolling behavior, delegating to the platform for forward compatibility where possible.
Android's scrolling components,
android.widget.Scroller
andandroid.widget.OverScroller
internally use the static clock provided byAnimationUtils
, making it infeasible to use these components natively in Compose UI without changes.This work will proceed in several steps:
Scroller
such that it can be used in a testable, clock-agnostic manner.DecayAnimation
based on this extracted spline.VerticalScroller
and similar rather than the exponential decay animation.frameworks/base