Companion

object Companion

Functions

Link copied to clipboard
fun commonAncestor(left: View?, right: View?): View?

Determines the common View ancestor of left and right (if any) or null. If left and right are the same, the common ancestor is that value. If left or right are null, there is no common ancestor, and it returns null.

Link copied to clipboard
fun View.Companion.convertViewSpace(src: View, srcPoint: Point, dst: View?): Point