Android.Widget.AdapterViewAnimator Members

The members of Android.Widget.AdapterViewAnimator are listed below.

See Also: Inherited members from Android.Widget.AdapterView

Public Constructors

Protected Constructors

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

Public Properties

AdapterIAdapter. Returns the adapter currently associated with this widget.
[read-only]
CurrentViewAndroid.Views.View. Returns the View corresponding to the currently displayed child.
DisplayedChildint. Returns the index of the currently displayed child view.
InAnimationAndroid.Animation.ObjectAnimator. Returns the current animation used to animate a View that enters the screen.
OutAnimationAndroid.Animation.ObjectAnimator. Returns the current animation used to animate a View that exits the screen.
[read-only]
override
SelectedViewAndroid.Views.View.

Protected Properties

override
RawAdapterJava.Lang.Object. Documentation for this section has not yet been entered.
[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

Advance()
Called by an Android.Appwidget.AppWidgetHost in order to advance the current view when it is being used within an app widget.
DeferNotifyDataSetChanged()
This defers a notifyDataSetChanged on the pending RemoteViewsAdapter if it has not connected yet.
FyiWillBeAdvancedByHostKThx()
Called by an Android.Appwidget.AppWidgetHost to indicate that it will be automatically advancing the views of this Android.Widget.AdapterViewAnimator by calling AdapterViewAnimator.Advance at some point in the future.
OnRemoteAdapterConnected() : bool
Called back when the adapter connects to the RemoteViewsService.
OnRemoteAdapterDisconnected()
Called back when the adapter disconnects from the RemoteViewsService.
OnRestoreInstanceState(Android.OS.IParcelable)
Hook allowing a view to re-apply a representation of its internal state that had previously been generated by Android.Views.View.OnSaveInstanceState.
OnSaveInstanceState() : Android.OS.IParcelable
Hook allowing a view to generate a representation of its internal state that can later be used to create a new instance with that same state.
SetAnimateFirstView(bool)
Indicates whether the current View should be animated the first time the ViewAnimation is displayed.
SetInAnimation(Android.Content.Context, int)
Specifies the animation used to animate a View that enters the screen.
SetOutAnimation(Android.Content.Context, int)
Specifies the animation used to animate a View that exit the screen.
SetRemoteViewsAdapter(Android.Content.Intent)
Sets up this AdapterViewAnimator to use a remote views adapter which connects to a RemoteViewsService through the specified intent.
override
SetSelection(int)
Sets the currently selected item.
ShowNext()
Manually shows the next child.
ShowPrevious()
Manually shows the previous child.