Searched refs:newOptions (Results 1 – 3 of 3) sorted by relevance
159 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument168 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
95 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
2210 Bundle newOptions = item.bindOptions.getExtras(); in inflateAppWidget() local2212 newOptions.putAll(options); in inflateAppWidget()2214 options = newOptions; in inflateAppWidget()