getDependents

@NonNull
open fun getDependents(@NonNull child: @NonNull View): @NonNull List<View>(source)

Returns a new list of views which depend on the provided view.

Return

a new list of views which depend on child

Parameters

child

the view to find dependents of