The members of Android.Transitions.Transition are listed below.
See Also: Inherited members from Java.Lang.Object
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | MatchId | Android.Transitions.MatchTarget (3). With Transition.setMatchOrder(int...), chooses to match by Android.Views.View.Id. |
const | MatchInstance | Android.Transitions.MatchTarget (1). With Transition.setMatchOrder(int...), chooses to match by View instance. |
const | MatchItemId | Android.Transitions.MatchTarget (4). With Transition.setMatchOrder(int...), chooses to match by the Android.Widget.Adapter item id. |
const | MatchName | Android.Transitions.MatchTarget (2). With Transition.setMatchOrder(int...), chooses to match by Android.Views.View.TransitionName. |
[read-only] | Duration | long. Returns the duration set on this transition. |
[read-only] | Epicenter | Android.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] | Interpolator | Android.Animation.ITimeInterpolator. Returns the interpolator set on this transition. |
[read-only] | Name | string. Returns the name of this Transition. |
PathMotion | Android.Transitions.PathMotion. Returns the algorithm object used to interpolate along two dimensions. | |
Propagation | Android.Transitions.TransitionPropagation. Returns the Android.Transitions.TransitionPropagation used to calculate Animator start delays. | |
[read-only] | StartDelay | long. Returns the startDelay set on this transition. |
[read-only] | TargetIds | IList<Java.Lang.Integer>. Returns the list of target IDs that this transition limits itself to tracking and animating. |
[read-only] | TargetNames | IList<string>. Returns the list of target transitionNames that this transition limits itself to tracking and animating. |
[read-only] | Targets | IList<Android.Views.View>. Returns the list of target views that this transition limits itself to tracking and animating. |
[read-only] | TargetTypes | IList<Java.Lang.Class>. Returns the list of target transitionNames that this transition limits itself to tracking and animating. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |