blocksInteractionBelow
open fun blocksInteractionBelow(@NonNull parent: @NonNull CoordinatorLayout, @NonNull child: @NonNull V): Boolean(source)
Determine whether interaction with views behind the given child in the child order should be blocked.
The default implementation returns true if getScrimOpacity would return >0.0f.
Return
true if getScrimOpacity would return >0.0f.
Parameters
parent
the parent view of the given child
child
the child view to test