拦截触摸事件处理中的 calculateDistanceX(MotionEvent) 方法

calculateDistanceX(MotionEvent) method in intercept touch events handling

我是 android 的新手,正在尝试使用 this documentation 学习拦截触摸事件处理,但我根本不了解 calculateDistanceX(MotionEvent) 方法,而且我搜索得越多关于它我发现的越少。我完全糊涂了。

谁能给我解释一下吗?

提前致谢。

表示方法calculateDistanceX()留作用户练习。一个解决方案是缓存第一个 MotionEvent 然后距离将是 mFirstMotionEvent.getX() - currentMotionEvent.getX()