Home
last modified time | relevance | path

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

/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java218 int appWidgetId, Bundle newOptions) { in onAppWidgetOptionsChanged() argument
220 int minWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH); in onAppWidgetOptionsChanged()
221 int maxWidth = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH); in onAppWidgetOptionsChanged()
222 int minHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT); in onAppWidgetOptionsChanged()
223 int maxHeight = newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT); in onAppWidgetOptionsChanged()