Home
last modified time | relevance | path

Searched refs:newOptions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/widget/
DBaseWidgetProvider.java153 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
162 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DPendingAppWidgetHostView.java93 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
DLauncher.java3452 Bundle newOptions = item.bindOptions.getExtras();
3454 newOptions.putAll(options);
3456 options = newOptions;