Home | History | Annotate | Download | only in weatherlistwidget

Lines Matching defs:appWidgetId

138             final int appWidgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID,
142 final int appWidgetId = intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID,
152 private RemoteViews buildLayout(Context context, int appWidgetId, boolean largeLayout) {
156 // embed the appWidgetId via the data otherwise it will be ignored.
158 intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
161 rv.setRemoteAdapter(appWidgetId, R.id.weather_list, intent);
172 onClickIntent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId);
218 int appWidgetId, Bundle newOptions) {
231 layout = buildLayout(context, appWidgetId, mIsLargeLayout);
232 appWidgetManager.updateAppWidget(appWidgetId, layout);