HomeSort by relevance Sort by last modified time
    Searched defs:newOptions (Results 1 - 11 of 11) sorted by null

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 63 int appWidgetId, Bundle newOptions) {
65 float ratio = WidgetUtils.getScaleRatio(context, newOptions, appWidgetId);
78 Bundle newOptions = appWidgetManager.getAppWidgetOptions(appWidgetId);
79 if (newOptions != null &&
80 newOptions.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY, -1)
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 253 * @param newOptions The bundle of options, in addition to the size information,
261 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
263 updateAppWidgetSize(newOptions, minWidth, minHeight, maxWidth, maxHeight, false);
269 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth,
271 if (newOptions == null) {
272 newOptions = new Bundle();
302 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, newMinWidth);
303 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, newMinHeight);
304 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, newMaxWidth);
305 newOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, newMaxHeight)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 75 milliseconds