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.shadow
/
ShadowViewDelegate
Shadow
View
Delegate
interface
ShadowViewDelegate
Delegate interface that can be used to facilitate rendering of shadows pre-lollipop.
Members
Functions
get
Radius
Link copied to clipboard
abstract
fun
getRadius
(
)
:
Float
is
Compat
Padding
Enabled
Link copied to clipboard
abstract
fun
isCompatPaddingEnabled
(
)
:
Boolean
set
Background
Drawable
Link copied to clipboard
abstract
fun
setBackgroundDrawable
(
@
Nullable
background
:
Drawable
)
set
Shadow
Padding
Link copied to clipboard
abstract
fun
setShadowPadding
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)