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

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetManager.java492 * {@link #partiallyUpdateAppWidget(int[], RemoteViews)}.
566 * {@link #partiallyUpdateAppWidget(int, RemoteViews)}.
611 public void partiallyUpdateAppWidget(int[] appWidgetIds, RemoteViews views) { method in class:AppWidgetManager
646 public void partiallyUpdateAppWidget(int appWidgetId, RemoteViews views) { method in class:AppWidgetManager
650 partiallyUpdateAppWidget(new int[] { appWidgetId }, views);

Completed in 645 milliseconds