Home | History | Annotate | Download | only in appwidget

Lines Matching refs:remoteViews

48 import android.widget.RemoteViews;
49 import android.widget.RemoteViews.OnClickHandler;
56 * {@link RemoteViews}.
71 // views that are allowed in RemoteViews.
74 return clazz.isAnnotationPresent(RemoteViews.RemoteView.class);
108 * {@link #updateAppWidget(RemoteViews)}.
123 * Pass the given handler to RemoteViews when updating this widget. Unless this
124 * is done immediatly after construction, a call to {@link #updateAppWidget(RemoteViews)}
335 * Process a set of {@link RemoteViews} coming in as an update from the
338 public void updateAppWidget(RemoteViews remoteViews) {
365 if (remoteViews == null) {
377 int layoutId = remoteViews.getLayoutId();
383 remoteViews.reapply(mContext, mView, mOnClickHandler);
395 content = remoteViews.apply(mContext, this, mOnClickHandler);
439 * set of {@link RemoteViews} views.