registerTouchExpansion

fun registerTouchExpansion(index: Int, view: View, item: MountItem)

Registers an inner touch delegate for the given view with the specified expansion. It assumes the given view has its final bounds set.

Parameters

index

The drawing order index of the given view.

view

The view to which touch expansion should be applied.

item

The mount item which requires touch expansion.