findAllViewsByCondition

fun ViewGroup.findAllViewsByCondition(condition: (view: View) -> Boolean): List<View>

For-each the view group and find the views by condition.

Return

all the views that match the condition, or empty if non-matches

Parameters

condition

condition