Searched refs:newOptions (Results 1 – 3 of 3) sorted by relevance
/packages/apps/DeskClock/src/com/android/alarmclock/ |
D | DigitalAppWidgetProvider.java | 148 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument 150 float ratio = WidgetUtils.getScaleRatio(context, newOptions, appWidgetId); in onAppWidgetOptionsChanged() 174 Bundle newOptions = appWidgetManager.getAppWidgetOptions(appWidgetId); in updateClock() local 175 if (newOptions != null && in updateClock() 176 newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1) in updateClock()
|
/packages/apps/Messaging/src/com/android/messaging/widget/ |
D | BaseWidgetProvider.java | 153 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument 162 super.onAppWidgetOptionsChanged(context, appWidgetManager, appWidgetId, newOptions); in onAppWidgetOptionsChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PendingAppWidgetHostView.java | 87 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize() argument
|