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
Transition
,
TransitionSet
,
TransitionTarget
,
Fade
,
and
TransitionManager
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Obtains the TransitionInflater from the given context.
|
||||||||||
|
Loads a
Transition
object from a resource
|
||||||||||
|
Loads a
TransitionManager
object from a resource
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Obtains the TransitionInflater from the given context.
Loads a
Transition
object from a resource
resource | The resource id of the transition to load |
---|
Resources.NotFoundException | when the transition cannot be loaded |
---|
Loads a
TransitionManager
object from a resource
resource | The resource id of the transition manager to load |
---|
Resources.NotFoundException | when the transition manager cannot be loaded |
---|