@Override public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { if (intent != null) { return new RemoteIngredientsListViewsFactory(getApplicationContext()); } return null; }
@Override public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return (new NewsWidgetViewsFactory(this.getApplicationContext(), intent)); }
@Override public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return new StockWidgetFactory(getApplicationContext(), intent); }
@Override public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return new WFListViewFactory(this.getApplicationContext(), intent); }
@Override public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return new StockDataProvider(this, intent); }
public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent paramIntent) { return new RecommendationsViewFactory(this, paramIntent.getIntExtra("appWidgetId", 0), paramIntent.getIntExtra("RecWidget.heightLandscape", 0), paramIntent.getIntExtra("RecWidget.heightPortrait", 0)); }
public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent paramIntent) { return new eaw(getApplicationContext(), paramIntent); }
public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return new ListViewRemoteViewsFactory(this.getApplicationContext(), intent, "android", intent.getIntExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, 0)); }
@Override public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return new class_widget_factory(getApplicationContext()); }
public RemoteViewsService.RemoteViewsFactory onGetViewFactory(Intent intent) { return new ListViewRemoteViewsFactory(this.getApplicationContext(), intent); }