getDecoratedLeft

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

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

Return

Child left edge with offsets applied

Parameters

child

Child to query

See also