Is it possible for an RecyclerView ItemDecoration to "know" the offsets specified by other individual ItemDecoration's in order to draw itself without overlapping the previous draw.
I know its possible to get the total offset with the LinearLayoutManager of the RecyclerView but this is not stored in a fashion that makes an individual offset determinable.