I have many views (FrameLayouts) on my screen - each has a SimpleOnGestureListener set as the onTouchListener.
I'm correctly getting the onSingleTapConfirmed method being fired when I tap one of these views, but I can't work out how to determine which view was tapped?
Is there a simple way to do this from the MotionEvent?