library / org.akop.kotx.ext.view / android.view.View / findParent

findParent

inline fun <reified T> View.findParent(): T?

Finds parent of the view of type T, not including the view itself.