The methods of Android.Transitions.Transition are listed below. For a list of all members, see the Transition Members list.
See Also: Inherited members from Java.Lang.Object
| AddListener(Android.Transitions.Transition.ITransitionListener) Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end. | ||
| AddTarget(Android.Views.View) Sets the target view instances that this Transition is interested in animating. | ||
| AddTarget(Java.Lang.Class) Adds the Class of a target view that this Transition is interested in animating. | ||
| AddTarget(int) Adds the id of a target view that this Transition is interested in animating. | ||
| AddTarget(string) Adds the transitionName of a target view that this Transition is interested in animating. | ||
| CanRemoveViews() | ||
| abstract  | CaptureEndValues(Android.Transitions.TransitionValues) Captures the values in the end scene for the properties that this transition monitors. | |
| abstract  | CaptureStartValues(Android.Transitions.TransitionValues) Captures the values in the start scene for the properties that this transition monitors. | |
| Clone() Creates and returns a copy of this Object. | ||
| CreateAnimator(Android.Views.ViewGroup, Android.Transitions.TransitionValues, Android.Transitions.TransitionValues) This method creates an animation that will be run for this transition given the information in the startValues and endValues structures captured earlier for the start and end scenes. | ||
| ExcludeChildren(Android.Views.View, bool) Whether to add the children of given target to the list of target children to exclude from this transition. | ||
| ExcludeChildren(Java.Lang.Class, bool) Whether to add the given type to the list of types whose children should be excluded from this transition. | ||
| ExcludeChildren(int, bool) Whether to add the children of the given id to the list of targets to exclude from this transition. | ||
| ExcludeTarget(Android.Views.View, bool) Whether to add the given target to the list of targets to exclude from this transition. | ||
| ExcludeTarget(Java.Lang.Class, bool) Whether to add the given type to the list of types to exclude from this transition. | ||
| ExcludeTarget(int, bool) Whether to add the given id to the list of target ids to exclude from this transition. | ||
| ExcludeTarget(string, bool) Whether to add the given transitionName to the list of target transitionNames to exclude from this transition. | ||
| GetEpicenterCallback() Returns the callback used to find the epicenter of the Transition. | ||
| GetTransitionProperties() Returns the set of property names used stored in the Android.Transitions.TransitionValues object passed into Transition.CaptureStartValues(TransitionValues) that this transition cares about for the purposes of canceling overlapping animations. | ||
| GetTransitionValues(Android.Views.View, bool) This method can be called by transitions to get the TransitionValues for any particular view during the transition-playing process. | ||
| RemoveListener(Android.Transitions.Transition.ITransitionListener) Removes a listener from the set listening to this animation. | ||
| RemoveTarget(Android.Views.View) Removes the given target from the list of targets that this Transition is interested in animating. | ||
| RemoveTarget(Java.Lang.Class) Removes the given target from the list of targets that this Transition is interested in animating. | ||
| RemoveTarget(int) Removes the given targetId from the list of ids that this Transition is interested in animating. | ||
| RemoveTarget(string) Removes the given targetName from the list of transitionNames that this Transition is interested in animating. | ||
| SetDuration(long) Sets the duration of this transition. | ||
| SetEpicenterCallback(Android.Transitions.Transition.EpicenterCallback) Sets the callback to use to find the epicenter of a Transition. | ||
| SetInterpolator(Android.Animation.ITimeInterpolator) Sets the interpolator of this transition. | ||
| SetMatchOrder(params int[]) Documentation for this section has not yet been entered. | ||
| SetStartDelay(long) Sets the startDelay of this transition. | ||