onDrawOver
open fun onDrawOver(@NonNull c: Canvas, @NonNull parent: RecyclerView, @NonNull state: RecyclerView.State)(source)
Draw any appropriate decorations into the Canvas supplied to the RecyclerView. Any content drawn by this method will be drawn after the item views are drawn and will thus appear over the views.
Parameters
c
Canvas to draw into
parent
RecyclerView this ItemDecoration is drawing into
state
The current state of RecyclerView.
Deprecated
Override onDrawOver