inboxrecyclerview / me.saket.inboxrecyclerview.dimming / CompleteListTintPainter

CompleteListTintPainter

class CompleteListTintPainter : UncoveredAreaTintPainter

Draws a tint on the entire InboxRecyclerView. Unlike UncoveredAreaTintPainter, this requires the page to have its own background, but is a safer option because it does not involve any coordinate calculations. Maths can be hard.

Constructors

<init>

CompleteListTintPainter(color: Int, opacity: Float)

Draws a tint on the entire InboxRecyclerView. Unlike UncoveredAreaTintPainter, this requires the page to have its own background, but is a safer option because it does not involve any coordinate calculations. Maths can be hard.

Inherited Functions

drawTint

open fun drawTint(canvas: Canvas): Unit

onAttachRecyclerView

open fun onAttachRecyclerView(recyclerView: InboxRecyclerView, page: ExpandablePageLayout): Unit

onDetachRecyclerView

open fun onDetachRecyclerView(): Unit