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()
95 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
2172 Bundle newOptions = item.bindOptions.getExtras(); in inflateAppWidget() local2174 newOptions.putAll(options); in inflateAppWidget()2176 options = newOptions; in inflateAppWidget()