Closed DoronK closed 7 years ago
Why dont get LastY in OnTouchListener directly??
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.
???
Thx
Added mLastY param for Action_Down (OnTouchListener) (for getting LastY parameter in action_down listener - local project).