getDependencies

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

Returns a new list containing the views on which the provided view depends.

Return

a new list of views on which child depends

Parameters

child

the view to find dependencies for