Android.Transitions.Transition Members

The members of Android.Transitions.Transition are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a Transition object with no target objects.
Perform inflation from XML and apply a class-specific base style from a theme attribute or style resource.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

Public Properties

[read-only]
Durationlong. Returns the duration set on this transition.
[read-only]
EpicenterAndroid.Graphics.Rect. Returns the epicenter as specified by the NoType:android/transition/Transition$EpicenterCallback;Href=../../../reference/android/transition/Transition.EpicenterCallback.html or null if no callback exists.
[read-only]
InterpolatorAndroid.Animation.ITimeInterpolator. Returns the interpolator set on this transition.
[read-only]
Namestring. Returns the name of this Transition.
PathMotionAndroid.Transitions.PathMotion. Returns the algorithm object used to interpolate along two dimensions.
PropagationAndroid.Transitions.TransitionPropagation. Returns the Android.Transitions.TransitionPropagation used to calculate Animator start delays.
[read-only]
StartDelaylong. Returns the startDelay set on this transition.
[read-only]
TargetIdsIList<Java.Lang.Integer>. Returns the list of target IDs that this transition limits itself to tracking and animating.
[read-only]
TargetNamesIList<string>. Returns the list of target transitionNames that this transition limits itself to tracking and animating.
[read-only]
TargetsIList<Android.Views.View>. Returns the list of target views that this transition limits itself to tracking and animating.
[read-only]
TargetTypesIList<Java.Lang.Class>. Returns the list of target transitionNames that this transition limits itself to tracking and animating.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddListener(Android.Transitions.Transition.ITransitionListener) : Android.Transitions.Transition
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) : Android.Transitions.Transition
Sets the target view instances that this Transition is interested in animating.
AddTarget(Java.Lang.Class) : Android.Transitions.Transition
Adds the Class of a target view that this Transition is interested in animating.
AddTarget(int) : Android.Transitions.Transition
Adds the id of a target view that this Transition is interested in animating.
AddTarget(string) : Android.Transitions.Transition
Adds the transitionName of a target view that this Transition is interested in animating.
CanRemoveViews() : bool
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() : Android.Transitions.Transition
Creates and returns a copy of this Object.
CreateAnimator(Android.Views.ViewGroup, Android.Transitions.TransitionValues, Android.Transitions.TransitionValues) : Android.Animation.Animator
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) : Android.Transitions.Transition
Whether to add the children of given target to the list of target children to exclude from this transition.
ExcludeChildren(Java.Lang.Class, bool) : Android.Transitions.Transition
Whether to add the given type to the list of types whose children should be excluded from this transition.
ExcludeChildren(int, bool) : Android.Transitions.Transition
Whether to add the children of the given id to the list of targets to exclude from this transition.
ExcludeTarget(Android.Views.View, bool) : Android.Transitions.Transition
Whether to add the given target to the list of targets to exclude from this transition.
ExcludeTarget(Java.Lang.Class, bool) : Android.Transitions.Transition
Whether to add the given type to the list of types to exclude from this transition.
ExcludeTarget(int, bool) : Android.Transitions.Transition
Whether to add the given id to the list of target ids to exclude from this transition.
ExcludeTarget(string, bool) : Android.Transitions.Transition
Whether to add the given transitionName to the list of target transitionNames to exclude from this transition.
GetEpicenterCallback() : Android.Transitions.Transition.EpicenterCallback
Returns the callback used to find the epicenter of the Transition.
GetTransitionProperties() : string[]
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) : Android.Transitions.TransitionValues
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) : Android.Transitions.Transition
Removes a listener from the set listening to this animation.
RemoveTarget(Android.Views.View) : Android.Transitions.Transition
Removes the given target from the list of targets that this Transition is interested in animating.
RemoveTarget(Java.Lang.Class) : Android.Transitions.Transition
Removes the given target from the list of targets that this Transition is interested in animating.
RemoveTarget(int) : Android.Transitions.Transition
Removes the given targetId from the list of ids that this Transition is interested in animating.
RemoveTarget(string) : Android.Transitions.Transition
Removes the given targetName from the list of transitionNames that this Transition is interested in animating.
SetDuration(long) : Android.Transitions.Transition
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) : Android.Transitions.Transition
Sets the interpolator of this transition.
SetMatchOrder(params int[])
Documentation for this section has not yet been entered.
SetStartDelay(long) : Android.Transitions.Transition
Sets the startDelay of this transition.