addUntouchableAreaInset

fun addUntouchableAreaInset(left: Int, top: Int, right: Int, bottom: Int)

Sets an untouchable area inset for the floating pane when it's in floating mode. This allows defining a region around the floating pane where touch events will be ignored.

Parameters

left

The left inset in pixels.

top

The top inset in pixels.

right

The right inset in pixels.

bottom

The bottom inset in pixels.