firstAncestor

fun View?.firstAncestor(includeThis: Boolean = true, condition: (View) -> Boolean): View?