getDecoratedTop

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

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

Return

Child top edge with offsets applied

Parameters

child

Child to query

See also