The
methods
of Android.Transitions.Visibility are listed below. For a list of all members, see the Visibility Members list.
See Also: Inherited members from Android.Transitions.Transition
Public Methods
override | CaptureEndValues(TransitionValues)Captures the values in the end scene for the properties that this
transition monitors. |
override | CaptureStartValues(TransitionValues)Captures the values in the start scene for the properties that this
transition monitors. |
| IsVisible(TransitionValues) : boolReturns whether the view is 'visible' according to the given values
object. |
| OnAppear(Android.Views.ViewGroup, Android.Views.View, TransitionValues, TransitionValues) : Android.Animation.AnimatorThe default implementation of this method returns a null Animator. |
| OnAppear(Android.Views.ViewGroup, TransitionValues, int, TransitionValues, int) : Android.Animation.AnimatorThe default implementation of this method calls
Visibility.OnAppear(Android.Views.ViewGroup, Android.Views.View, Android.Views.View, Android.Views.View). |
| OnDisappear(Android.Views.ViewGroup, Android.Views.View, TransitionValues, TransitionValues) : Android.Animation.AnimatorThe default implementation of this method returns a null Animator. |
| OnDisappear(Android.Views.ViewGroup, TransitionValues, int, TransitionValues, int) : Android.Animation.AnimatorSubclasses should override this method or
Visibility.OnDisappear(Android.Views.ViewGroup, Android.Views.View, Android.Views.View, Android.Views.View)
if they need to create an Animator when targets disappear. |