getTransformedStartWithDecoration

Returns the start of the View after its matrix transformations are applied to its layout position.

This method is useful when trying to detect the visible edge of a View.

It includes the decorations but does not include the margins.

Return

The start of the View after its decor insets and transformation matrix is applied to its position

Parameters

view

The view whose transformed start will be returned

See also