Android.Transitions.TransitionPropagation: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
CaptureValues(TransitionValues)
Captures the values in the start or end scene for the properties that this transition propagation monitors.
abstract
GetPropagationProperties() : string[]
Returns the set of property names stored in the Android.Transitions.TransitionValues object passed into TransitionPropagation.CaptureValues(TransitionValues) that this transition propagation cares about for the purposes of preventing duplicate capturing of property values.
abstract
GetStartDelay(Android.Views.ViewGroup, Transition, TransitionValues, TransitionValues) : long
Called by Transition to alter the Animator start delay.