AdapterViewAnimator.SetAnimateFirstView(Boolean) Method

Definition

Indicates whether the current View should be animated the first time the ViewAnimation is displayed.

[Android.Runtime.Register("setAnimateFirstView", "(Z)V", "GetSetAnimateFirstView_ZHandler")]
public virtual void SetAnimateFirstView (bool animate);
[<Android.Runtime.Register("setAnimateFirstView", "(Z)V", "GetSetAnimateFirstView_ZHandler")>]
abstract member SetAnimateFirstView : bool -> unit
override this.SetAnimateFirstView : bool -> unit

Parameters

animate
Boolean

True to animate the current View the first time it is displayed, false otherwise.

Attributes

Remarks

Indicates whether the current View should be animated the first time the ViewAnimation is displayed.

Java documentation for android.widget.AdapterViewAnimator.setAnimateFirstView(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