public static interface PhotoViewAttacher.OnViewTapListener
void onViewTap(android.view.View view,
float x,
float y)
view - - View the user tapped.x - - where the user tapped from the left of the View.y - - where the user tapped from the top of the View.