The members of Android.Widget.AdapterViewAnimator are listed below.
See Also: Inherited members from Android.Widget.AdapterView
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Adapter | IAdapter. Returns the adapter currently associated with this widget. | |
[read-only] | CurrentView | Android.Views.View. Returns the View corresponding to the currently displayed child. |
DisplayedChild | int. Returns the index of the currently displayed child view. | |
InAnimation | Android.Animation.ObjectAnimator. Returns the current animation used to animate a View that enters the screen. | |
OutAnimation | Android.Animation.ObjectAnimator. Returns the current animation used to animate a View that exits the screen. | |
[read-only] override | SelectedView | Android.Views.View. |
override | RawAdapter | Java.Lang.Object. Documentation for this section has not yet been entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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()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()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. |