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

  /frameworks/base/core/java/android/appwidget/
AppWidgetProvider.java 73 final int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID);
74 this.onDeleted(context, new int[] { appWidgetId });
81 int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID);
84 appWidgetId, widgetExtras);
126 * @param appWidgetId The appWidgetId of the widget who's size changed.
127 * @param newOptions The appWidgetId of the widget who's size changed.
132 int appWidgetId, Bundle newOptions) {