getAllViews

fun getAllViews(@IdRes viewId: Int, where: (View) -> Boolean = { true }, timeout: Int = 7.second, function: (List<View>) -> Unit)