position

fun <T : View> T.position(p: Point): T

Chainable method returning this that sets View.x and View.y


fun <T : View> T.position(x: Double, y: Double): T
inline fun <T : View> T.position(x: Number, y: Number): T