Android.Transitions.VisibilityPropagation Members

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

See Also: Inherited members from Android.Transitions.TransitionPropagation

Public Constructors

Protected Constructors

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

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

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.