Home | History | Annotate | Download | only in appwidget

Lines Matching defs:appwidget

17 package android.appwidget;
25 * A convenience class to aid in implementing an AppWidget provider.
32 * {@link #onEnabled} or {@link #onDisabled} methods to implement your own AppWidget functionality.
104 * {@link AppWidgetManager#ACTION_APPWIDGET_RESTORED} broadcasts when this AppWidget
106 * for a set of AppWidgets. Override this method to implement your own AppWidget functionality.
115 * may be all of the AppWidget instances for this provider, or just
144 * one or more AppWidget instances have been deleted. Override this method to implement
145 * your own AppWidget functionality.
160 * the a AppWidget for this provider is instantiated. Override this method to implement your
161 * own AppWidget functionality.
164 * When the last AppWidget for this provider is deleted,
165 * {@link AppWidgetManager#ACTION_APPWIDGET_DISABLED} is sent by the AppWidget manager, and
166 * {@link #onDisabled} is called. If after that, an AppWidget for this provider is created
179 * is sent when the last AppWidget instance for this provider is deleted. Override this method
180 * to implement your own AppWidget functionality.
194 * when instances of this AppWidget provider have been restored from backup. If your