getTransformedEndWithDecoration

Returns the end 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 end of the View after its decor insets and transformation matrix is applied to its position

Parameters

view

The view whose transformed end will be returned

See also