Android.Transitions.TransitionInflater: Method Members

The methods of Android.Transitions.TransitionInflater are listed below. For a list of all members, see the TransitionInflater Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
From(Android.Content.Context) : TransitionInflater
Obtains the TransitionInflater from the given context.
InflateTransition(int) : Transition
Loads a Android.Transitions.Transition object from a resource
InflateTransitionAsync(int) : System.Threading.Tasks.Task<Transition>
Documentation for this section has not yet been entered.
InflateTransitionManager(int, Android.Views.ViewGroup) : TransitionManager
Loads a Android.Transitions.TransitionManager object from a resource
InflateTransitionManagerAsync(int, Android.Views.ViewGroup) : System.Threading.Tasks.Task<TransitionManager>
Documentation for this section has not yet been entered.