allDescendants

fun View?.allDescendants(out: ArrayList<View> = arrayListOf()): List<View>