This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
We can observe MotionEvents but, if I'm not mistaken, a GestureDetector is used through inheritance in the onTouchEvent Method of a view (i.e it takes code to set and unset) and intercepts (or not) motion events
What would be the best way to observe the many events provided by the gesture detector ?