suggestX

fun suggestX(value: Double)

Request that the View's x value be updated.

NOTE: this does not guarantee that View.x will be changed. That depends on constraints placed on this View by any Layout.

Parameters

value

suggested

See also