Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个链接是我能找到的关于该flingScroll(vx,vy)方法的所有文档。它没有描述该方法的作用。
flingScroll(vx,vy)
该方法有什么作用?vx和是什么vy?我用它们作为坐标,但它们是速度吗?
vx
vy
它模仿用户扔用户界面。vx 和vy 是x 和y 方向的速度(即用户滚动的速度决定了视图滚动的速度和距离)。