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.animation
/
DrawableAlphaProperty
Drawable
Alpha
Property
open
class
DrawableAlphaProperty
:
Property
<
T
,
V
>
Compat property for
getAlpha
and
setAlpha
for pre-K devices.
Members
Properties
DRAWABLE_
ALPHA_
COMPAT
Link copied to clipboard
val
DRAWABLE_ALPHA_COMPAT
:
Property
<
Drawable
,
Integer
>
A compat Property wrapper around
getAlpha
and
setAlpha
.
Functions
get
Link copied to clipboard
@
Nullable
open
fun
get
(
@
NonNull
object
:
Drawable
)
:
Integer
set
Link copied to clipboard
open
fun
set
(
@
NonNull
object
:
Drawable
,
@
NonNull
value
:
Integer
)