traverse

fun View.traverse(applyOnViewFunction: View.() -> Unit)

Traverses across the view and all its children, and applies applyOnViewFunction to them.