PagerSensitivity
value class PagerSensitivity
Represents the sensitivity level of pager for snapping algorithms, such as during fling or rotary scrolling (either horizontal or vertical).
Summary
Public companion properties |
|
|---|---|
PagerSensitivity |
High sensitivity. |
PagerSensitivity |
Low sensitivity. |
PagerSensitivity |
Medium sensitivity. |
Public companion properties
High
val High: PagerSensitivity
High sensitivity. Recommended for contexts where even a light or minimal gesture should trigger movement, such as navigating a long list (e.g. at least 10 items) where quick scrolling is desired.
Low
val Low: PagerSensitivity
Low sensitivity. Recommended for screens used with gross motor activity, such as during exercise, where accidental or imprecise touches are more likely.
Medium
val Medium: PagerSensitivity
Medium sensitivity. Intended for use when the user is moving, but less vigorously.