mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-04 21:52:03 +00:00
!39804 修改List快速抛划限速
Merge pull request !39804 from yeyinglong/cherry-pick-1722993971
This commit is contained in:
commit
5a8ad5d79b
@ -47,7 +47,7 @@ class InspectorFilter;
|
||||
constexpr double FRICTION = 0.6;
|
||||
constexpr double API11_FRICTION = 0.7;
|
||||
constexpr double API12_FRICTION = 0.75;
|
||||
constexpr double MAX_VELOCITY = 4200.0;
|
||||
constexpr double MAX_VELOCITY = 12000.0;
|
||||
#else
|
||||
constexpr double FRICTION = 0.9;
|
||||
constexpr double MAX_VELOCITY = 5000.0;
|
||||
|
Loading…
Reference in New Issue
Block a user