hitTest

open fun hitTest(globalPos: Point, direction: HitTestDirection = HitTestDirection.ANY): View?

Determines the view at the global point defined by xD and yD if any, or null

When a container, recursively finds the View displayed the given global xD, yD coordinates.