10711072107310741075107610771078
float x = (float)point.getX(); float y = (float)point.getY(); Shape allocation = getRootViewAllocation(); CustomImageView imageView = getImageView(view, x, y, allocation); clickImageURL = (imageView != null) ? imageView.getImageURL() : null; }