Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mAppWidgetHost

254     private LauncherAppWidgetHost mAppWidgetHost;
461 mAppWidgetHost = new LauncherAppWidgetHost(this, APPWIDGET_HOST_ID);
462 mAppWidgetHost.startListening();
925 final AppWidgetHostView layout = mAppWidgetHost.createView(this, appWidgetId,
938 mAppWidgetHost.deleteAppWidgetId(appWidgetId);
1605 launcherInfo.hostView = mAppWidgetHost.createView(this, appWidgetId,
1852 return mAppWidgetHost;
2010 mAppWidgetHost.stopListening();
2014 mAppWidgetHost = null;
2239 mAppWidgetHost, REQUEST_CREATE_APPWIDGET);
2448 if (mAppWidgetHost != null) {
2449 mAppWidgetHost.startListening();
2525 info.appWidgetId, this, mAppWidgetHost, REQUEST_RECONFIGURE_APPWIDGET);
3507 mAppWidgetHost.deleteAppWidgetId(widgetId);
3512 widgetId = mAppWidgetHost.allocateAppWidgetId();
3516 mAppWidgetHost.deleteAppWidgetId(widgetId);
3526 mAppWidgetHost.setQsbWidgetId(widgetId);
3528 mQsb = mAppWidgetHost.createView(this, widgetId, searchProvider);
3925 int newWidgetId = mAppWidgetHost.allocateAppWidgetId();
3931 mAppWidgetHost.deleteAppWidgetId(newWidgetId);
3959 item.hostView = mAppWidgetHost.createView(this, appWidgetId, appWidgetInfo);