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.java90 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
DLauncher.java3524 Bundle newOptions = item.bindOptions.getExtras(); in bindAppWidget() local
3526 newOptions.putAll(options); in bindAppWidget()
3528 options = newOptions; in bindAppWidget()