Searched defs:partiallyUpdateAppWidget (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java229 * {@link #partiallyUpdateAppWidget(int[], RemoteViews)}.
253 * {@link #partiallyUpdateAppWidget(int, RemoteViews)}.
288 public void partiallyUpdateAppWidget(int[] appWidgetIds, RemoteViews views) { method in class:AppWidgetManager
316 public void partiallyUpdateAppWidget(int appWidgetId, RemoteViews views) { method in class:AppWidgetManager
317 partiallyUpdateAppWidget(new int[] { appWidgetId }, views);

Completed in 26 milliseconds