Android.Transitions.VisibilityPropagation: Method Members

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

See Also: Inherited members from Android.Transitions.TransitionPropagation

Public Methods

override
CaptureValues(TransitionValues)
Captures the values in the start or end scene for the properties that this transition propagation monitors.
override
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.
GetViewVisibility(TransitionValues) : Android.Views.ViewStates
Returns Android.Views.View.Visibility for the View at the time the values were captured.
GetViewX(TransitionValues) : int
Returns the View's center x coordinate, relative to the screen, at the time the values were captured.
GetViewY(TransitionValues) : int
Returns the View's center y coordinate, relative to the screen, at the time the values were captured.