child

protected open fun child(at: Point): View?

Gets the child (if any) at the given point in the View's coordinate system (relative to the View).

Return

The child (null if no child contains the given point)

Parameters

at

The point being tested