obtain

fun obtain(surfaceId: Int, viewTag: Int, x: Int, y: Int, width: Int, height: Int): OnLayoutEvent


fun obtain(viewTag: Int, x: Int, y: Int, width: Int, height: Int): OnLayoutEvent

Deprecated

Use `obtain(surfaceId, viewTag, x, y, width, height)` instead.

Replace with

obtain(surfaceId, viewTag, x, y, width, height)