SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.internal
/
ScrimInsetsFrameLayout
Scrim
Insets
Frame
Layout
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
ScrimInsetsFrameLayout
:
FrameLayout
Inheritors
NavigationView
Members
Constructors
Scrim
Insets
Frame
Layout
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
)
constructor
(
@
NonNull
context
:
Context
,
@
Nullable
attrs
:
AttributeSet
,
defStyleAttr
:
Int
)
Functions
draw
Link copied to clipboard
open
fun
draw
(
@
NonNull
canvas
:
Canvas
)
set
Draw
Bottom
Inset
Foreground
Link copied to clipboard
open
fun
setDrawBottomInsetForeground
(
drawBottomInsetForeground
:
Boolean
)
set
Draw
Left
Inset
Foreground
Link copied to clipboard
open
fun
setDrawLeftInsetForeground
(
drawLeftInsetForeground
:
Boolean
)
set
Draw
Right
Inset
Foreground
Link copied to clipboard
open
fun
setDrawRightInsetForeground
(
drawRightInsetForeground
:
Boolean
)
set
Draw
Top
Inset
Foreground
Link copied to clipboard
open
fun
setDrawTopInsetForeground
(
drawTopInsetForeground
:
Boolean
)
set
Scrim
Inset
Foreground
Link copied to clipboard
open
fun
setScrimInsetForeground
(
@
Nullable
drawable
:
Drawable
)
Sets the drawable used for the inset foreground.