FragmentAnimationProvider
interface FragmentAnimationProvider
GuidanceStylist |
GuidanceStylist is used within a |
GuidedActionsStylist |
GuidedActionsStylist is used within a |
FragmentAnimationProvider supplies animations for use during a fragment's onCreateAnimator callback. Animators added here will be added to an animation set and played together. This allows presenters used by a fragment to control their own fragment lifecycle animations.
Summary
Public functions |
|
|---|---|
Unit |
onImeAppearing(animators: (Mutable)List<Animator!>)Animates the fragment in response to the IME appearing. |
Unit |
onImeDisappearing(animators: (Mutable)List<Animator!>)Animates the fragment in response to the IME disappearing. |