# Print output for @column tags ?> TransitionInflater - Android SDK | Android Developers

Most visited


Recently visited


TransitionInflater

public class TransitionInflater
extends Object

java.lang.Object
   ↳ android.transition.TransitionInflater


This class inflates scenes and transitions from resource files. Information on XML resource descriptions for transitions can be found for R.styleable.Transition, R.styleable.TransitionSet, R.styleable.TransitionTarget, R.styleable.Fade, and R.styleable.TransitionManager.

Summary


Public methods

static TransitionInflater from(Context context)

Obtains the TransitionInflater from the given context.

Transition inflateTransition(int resource)

Loads a Transition object from a resource

TransitionManager inflateTransitionManager(int resource, ViewGroup sceneRoot)

Loads a TransitionManager object from a resource

Inherited methods

Public methods


from

public static TransitionInflater from (Context context)

Obtains the TransitionInflater from the given context.

Parameters
context Context

Returns
TransitionInflater

inflateTransition

public Transition inflateTransition (int resource)

Loads a Transition object from a resource

Parameters
resource int: The resource id of the transition to load

Returns
Transition The loaded Transition object

Throws
Resources.NotFoundException when the transition cannot be loaded

inflateTransitionManager

public TransitionManager inflateTransitionManager (int resource, 
                ViewGroup sceneRoot)

Loads a TransitionManager object from a resource

Parameters
resource int: The resource id of the transition manager to load

sceneRoot ViewGroup

Returns
TransitionManager The loaded TransitionManager object

Throws
Resources.NotFoundException when the transition manager cannot be loaded

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.