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
/
FadeThroughUpdateListener
Fade
Through
Update
Listener
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
FadeThroughUpdateListener
:
ValueAnimator.AnimatorUpdateListener
Facilitates a fade out and then a fade in of the two input views.
Members
Constructors
Fade
Through
Update
Listener
Link copied to clipboard
constructor
(
@
Nullable
fadeOutView
:
View
,
@
Nullable
fadeInView
:
View
)
Functions
on
Animation
Update
Link copied to clipboard
open
fun
onAnimationUpdate
(
@
NonNull
animation
:
ValueAnimator
)