Android.Widget.AdapterViewAnimator: Method Members

The methods of Android.Widget.AdapterViewAnimator are listed below. For a list of all members, see the AdapterViewAnimator Members list.

See Also: Inherited members from Android.Widget.AdapterView

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.