Home | History | Annotate | Download | only in appwidget

Lines Matching defs:appwidget

17 package android.appwidget;
31 import com.android.internal.appwidget.IAppWidgetHost;
32 import com.android.internal.appwidget.IAppWidgetService;
35 * AppWidgetHost provides the interaction with the AppWidget service for apps,
157 * Stop listening to changes for this AppWidget.
172 * Remove all records about this host from the AppWidget manager.
175 * <li>Call this to have the AppWidget manager release all resources associated with your
192 * <li>Call this to have the AppWidget manager release all resources associated with your
206 AppWidgetProviderInfo appWidget) {
207 AppWidgetHostView view = onCreateView(context, appWidgetId, appWidget);
208 view.setAppWidget(appWidgetId, appWidget);
227 AppWidgetProviderInfo appWidget) {
232 * Called when the AppWidget provider for a AppWidget has been upgraded to a new apk.
234 protected void onProviderChanged(int appWidgetId, AppWidgetProviderInfo appWidget) {
240 v.resetAppWidget(appWidget);