isPointInTransparentRegion

Determines whether a point is contained within the transparent region of the Drawable. A return value of true generally suggests that the touched view should not process a touch event at that point.

Return

true iff the point is contained in the transparent region of the Drawable.

Parameters

x

The X coordinate of the point.

y

The Y coordinate of the point.