Lines Matching defs:options
563 Bundle options = null;
573 options = new Bundle();
574 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH,
576 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT,
578 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH,
580 options.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT,
583 return options;
588 final Bundle options = getDefaultOptionsForWidget(mLauncher, info);
591 info.bindOptions = options;
601 mWidgetLoadingId, info.info.getProfile(), info.componentName, options)) {