lsjwzh / RecyclerViewPager

Deprecated
Apache License 2.0
3.53k stars 667 forks source link

Added mLastY param for Action_Down (OnTouchListener) (for getting LastY parameter in action_down listener - local project). #98

Closed DoronK closed 7 years ago

DoronK commented 8 years ago

Added mLastY param for Action_Down (OnTouchListener) (for getting LastY parameter in action_down listener - local project).

lsjwzh commented 8 years ago

Why dont get LastY in OnTouchListener directly??

DoronK commented 8 years ago

I cannot get point from ACTION_DOWN when implementing onTouchListener (You were dispatching it on the ViewPager implementation. So i saved the last y (you can add x point in addition) in the Action_Down in the super.

DoronK commented 8 years ago

???

lsjwzh commented 7 years ago

Thx