Searched refs:newOptions (Results 1 – 3 of 3) sorted by relevance
153 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument162 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
93 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
3452 Bundle newOptions = item.bindOptions.getExtras();3454 newOptions.putAll(options);3456 options = newOptions;