Package icyllis.modernui.transition


package icyllis.modernui.transition
  • Class
    Description
    Utility class for creating a default transition that automatically fades, moves, and resizes views during a scene change.
    A propagation that varies with the distance to the epicenter of the Transition or center of the scene if no epicenter exists.
    This transition tracks changes to the visibility of target views in the start and end scenes and moves views in or out from the edges of the scene.
    This transition tracks changes to the visibility of target views in the start and end scenes and fades views in or out when they become visible or non-visible.
    A scene represents the collection of values that various properties in the View hierarchy will have when the scene is applied.
    A TransitionPropagation that propagates based on the distance to the side and, orthogonally, the distance to epicenter.
    This transition tracks changes to the visibility of target views in the start and end scenes and moves views in or out from one of the edges of the scene.
     
    A Transition holds information about animations that will be run on its targets during a scene change.
    Interface to get the epicenter of Transition.
     
    A transition listener receives notifications from a transition.
    This class manages the set of transitions that fire when there is a change of Scene.
    Extend TransitionPropagation to customize start delays for Animators created in Transition.createAnimator(ViewGroup, TransitionValues, TransitionValues).
    A TransitionSet is a parent of child transitions (including other TransitionSets).
    Data structure which holds cached values for the transition.
    This transition tracks changes to the visibility of target views in the start and end scenes.
     
    Base class for TransitionPropagations that care about View Visibility and the center position of the View.