getDecoratedRight

open fun getDecoratedRight(@NonNull child: View): Int(source)

Returns the right edge of the given child view within its parent, offset by any applied ItemDecorations.

Return

Child right edge with offsets applied

Parameters

child

Child to query

See also