AndroidStudio MotionEvent: detect only ACTION_UP on a second view, starting ACTION_DOWN on first view
问题 Solved it by using emandt's suggestion. My personal Solution added below. I'm using Android Studio for this. I searched for solutions but couldn't find anything resembling this. I want to know on which ImageView an UP action occurs while starting the DOWN action on a different ImageView (to eventually be able to drag one image over the other and make it snap to the same position by getting the position of the image I dragged over). My example has two ImageViews with the id imageView (left)