public interface FragmentAnimationProvider
Modifier and Type | Method and Description |
---|---|
void |
onImeAppearing(List<Animator> animators)
Animates the fragment in response to the IME appearing.
|
void |
onImeDisappearing(List<Animator> animators)
Animates the fragment in response to the IME disappearing.
|