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.java159 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
168 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java110 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
116 public void updateAppWidgetSize(Bundle newOptions, List<SizeF> sizes) { in updateAppWidgetSize() argument
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2436 Bundle newOptions = item.bindOptions.getExtras(); in inflateAppWidget() local
2438 newOptions.putAll(options); in inflateAppWidget()
2440 options = newOptions; in inflateAppWidget()