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

/frameworks/base/core/java/android/appwidget/
H A DPendingHostUpdate.java38 public static PendingHostUpdate updateAppWidget(int appWidgetId, RemoteViews views) { method in class:PendingHostUpdate
H A DAppWidgetHost.java77 public void updateAppWidget(int appWidgetId, RemoteViews views) { method in class:AppWidgetHost.Callbacks
392 view.updateAppWidget(views);
438 v.updateAppWidget(views);
H A DAppWidgetManager.java453 * {@link #updateAppWidget} calls.
510 public void updateAppWidget(int[] appWidgetIds, RemoteViews views) { method in class:AppWidgetManager
584 public void updateAppWidget(int appWidgetId, RemoteViews views) { method in class:AppWidgetManager
588 updateAppWidget(new int[] { appWidgetId }, views);
594 * This update differs from {@link #updateAppWidget(int[], RemoteViews)} in that the
610 * {@link #updateAppWidget(int[], RemoteViews)}.
629 * This update differs from {@link #updateAppWidget(int, RemoteViews)} in that the RemoteViews
645 * {@link #updateAppWidget(int[], RemoteViews)}.
670 public void updateAppWidget(ComponentName provider, RemoteViews views) { method in class:AppWidgetManager
H A DAppWidgetHostView.java100 * {@link #updateAppWidget(RemoteViews)}.
116 * is done immediatly after construction, a call to {@link #updateAppWidget(RemoteViews)}
369 updateAppWidget(null);
376 public void updateAppWidget(RemoteViews remoteViews) { method in class:AppWidgetHostView

Completed in 55 milliseconds