Android.Appwidget.AppWidgetHostView: Method Members

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

See Also: Inherited members from Android.Widget.FrameLayout

Public Methods

static
GetDefaultPaddingForWidget(Android.Content.Context, Android.Content.ComponentName, Android.Graphics.Rect) : Android.Graphics.Rect
As of ICE_CREAM_SANDWICH we are automatically adding padding to widgets targeting ICE_CREAM_SANDWICH and higher.
SetAppWidget(int, AppWidgetProviderInfo)
Set the AppWidget that will be displayed by this view.
UpdateAppWidget(Android.Widget.RemoteViews)
Process a set of Android.Widget.RemoteViews coming in as an update from the AppWidget provider.
UpdateAppWidgetOptions(Android.OS.Bundle)
Specify some extra information for the widget provider.
UpdateAppWidgetSize(Android.OS.Bundle, int, int, int, int)
Provide guidance about the size of this widget to the AppWidgetManager.

Protected Methods

PrepareView(Android.Views.View)
Prepare the given view to be shown.