CircularRevealFrameLayout

A CircularRevealWidget wrapper for FrameLayout.

Inheritors

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)

Functions

Link copied to clipboard
open fun actualDraw(canvas: Canvas)
Link copied to clipboard
Link copied to clipboard
Prepares the reveal info property to be modified.
Link copied to clipboard
Cleans up after the reveal info property is reset.
Link copied to clipboard
open fun draw(@NonNull canvas: Canvas)
Link copied to clipboard
Returns the circular reveal overlay drawable if one exists, or null.
Link copied to clipboard
Implementations should call the corresponding method in CircularRevealHelper.
Link copied to clipboard
Returns the current reveal info if one exists, or null.
Link copied to clipboard
open fun isOpaque(): Boolean
Link copied to clipboard
Sets the circular reveal overlay drawable, which is an icon that's drawn above everything else, including the circular reveal scrim color.
Link copied to clipboard
Sets the circular reveal scrim color, which is a color that's drawn above this widget's contents.
Link copied to clipboard
Sets the current reveal info.