在滑对于ScrollBy(int x, int y)与scroller.startscroll(int startx,int starty, int dx, int dy, int duration)

本文详细解释了Android中滑动操作的实现方式,包括scrollBy与Scroller.startScroll的方法使用及参数解析,并通过实例说明了这两种方法如何应用于类似ViewPager的控件上。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在滑对于ScrollBy(int x, int y)与scroller.startscroll(int startx,int starty, int dx, int dy, int duration)符号怎么取
  • scrollBy
    int deltaX = x - lastx;
    int deltaY = y - lasty;
    scrollBy(-deltax,0);
假想下,如果此时是个类似于viewpager的控件,我从右往左滑,此时的deltax是正的,刚好符合内容左边缘在视图的右边为正值
  • scroller.startscroll(int startx,int starty, int dx, int dy, int duration)
    dx 与dy都是 目的位置 - 起始位置

可以参考这篇文章,写的很具体:
http://gold.xitu.io/post/581ed682128fe1005a064b38

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值