Transition.GetTransitionValues(View, Boolean) Method

Definition

This method can be called by transitions to get the TransitionValues for any particular view during the transition-playing process.

[Android.Runtime.Register("getTransitionValues", "(Landroid/view/View;Z)Landroid/transition/TransitionValues;", "GetGetTransitionValues_Landroid_view_View_ZHandler")]
public virtual Android.Transitions.TransitionValues? GetTransitionValues (Android.Views.View? view, bool start);
[<Android.Runtime.Register("getTransitionValues", "(Landroid/view/View;Z)Landroid/transition/TransitionValues;", "GetGetTransitionValues_Landroid_view_View_ZHandler")>]
abstract member GetTransitionValues : Android.Views.View * bool -> Android.Transitions.TransitionValues
override this.GetTransitionValues : Android.Views.View * bool -> Android.Transitions.TransitionValues

Parameters

view
View
start
Boolean

Returns

Attributes

Remarks

This method can be called by transitions to get the TransitionValues for any particular view during the transition-playing process. This might be necessary, for example, to query the before/after state of related views for a given transition.

Java documentation for android.transition.Transition.getTransitionValues(android.view.View, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to