What causes a MotionEvent.ACTION_CANCEL in Android?
Is this what you are looking for: “ACTION_CANCEL occurs when the parent takes possession of the motion, for example when the user has dragged enough across a list view that it will start scrolling instead of letting you press the buttons inside of it. You can find out more about it at the viewgroup documentation: … Read more