applyLayoutUpdate

open fun applyLayoutUpdate(view: View, x: Int, y: Int, width: Int, height: Int)

Update layout of given view, via immediate update or animation depending on the current batch layout animation configuration supplied during initialization. Handles create and update animations.

Parameters

view

the view to update layout of

x

the new X position for the view

y

the new Y position for the view

width

the new width value for the view

height

the new height value for the view