android Gallery 实现短距离滚动 取消惯性 1 去除翻页惯性重写 onFling方法
private boolean isScrollingLeft(MotionEvent e1, MotionEvent e2) { return e2.getX() > e1.getX();}