getDecoratedStart

abstract fun getDecoratedStart(view: View): Int(source)

Returns the start of the view including its decoration and margin.

For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left decoration and 3px left margin, returned value will be 15px.

Return

The first pixel of the element

Parameters

view

The view element to check

See also