added in version 26.1.0
belongs to Maven artifact com.android.support:transition:28.0.0-alpha1

TransitionInflater

public class TransitionInflater
extends Object

java.lang.Object
   ↳ android.support.transition.TransitionInflater


This class inflates scenes and transitions from resource files.

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

From class java.lang.Object

Public methods

from

added in version 26.1.0
TransitionInflater from (Context context)

Obtains the TransitionInflater from the given context.

Parameters
context Context

Returns
TransitionInflater

inflateTransition

added in version 26.1.0
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

added in version 26.1.0
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