Skip to content

Most visited

Recently visited

navigation

FragmentAnimationProvider

public interface FragmentAnimationProvider

android.support.v17.leanback.widget.FragmentAnimationProvider
Known Indirect Subclasses


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 methods

abstract void onImeAppearing(List<Animator> animators)

Animates the fragment in response to the IME appearing.

abstract void onImeDisappearing(List<Animator> animators)

Animates the fragment in response to the IME disappearing.

Public methods

onImeAppearing

void onImeAppearing (List<Animator> animators)

Animates the fragment in response to the IME appearing.

Parameters
animators List: A list of animations to which this provider's animations should be added.

onImeDisappearing

void onImeDisappearing (List<Animator> animators)

Animates the fragment in response to the IME disappearing.

Parameters
animators List: A list of animations to which this provider's animations should be added.
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.