GenericMotion - Action Down not firing
问题 I want to trace the whole movement of a finger that started by touching my ImageView. I found that GenericMotion event should be the correct one to use. What am I supposed to do (or to avoid) to get Actions Down, Move and Up in GenericMotion event? I get only HoverEnter, HoverMove and HoverExit actions, even if I start with touching the center of my ImageView. Android: OnTouch, MotionEvent.ACTION_MOVE is not recognized? Here I learned that without handling Down action I can't get the