As a general principle, Androidx is very cautious about new public APIs, just because they may be useful. I think there is an expectation that copy paste reuse is better than regretted public APIs
yschimke
05/26/2025, 7:18 PM
But raise a bug with what you need and why. Is the sensitivity change device specific?
m
marlonlom
05/26/2025, 8:45 PM
@Morgan how do you use that function in your wearos app?
Maybe do as @yschimke and share more contexto about your questions 👍🏼
m
Morgan
05/27/2025, 6:42 AM
Yes, we would like to customize the sensitivity across the device which is our own device.
But even without this, is there a specific reason about why the Pager sensitivity is set to HIGH and the ScalingLazyList to DEFAULT ?
I find it difficult to scroll with the crown on a pager and to target a specific item
Morgan
05/27/2025, 6:43 AM
@marlonlom I'm using this on a
HorizontalPager
The sensitivity is way too high to properly select an item or at least this is the case for us