Searched refs:RemoteViewsListAdapter (Results 1 – 2 of 2) sorted by relevance
28 public class RemoteViewsListAdapter extends BaseAdapter { class35 public RemoteViewsListAdapter(Context context, ArrayList<RemoteViews> remoteViews, in RemoteViewsListAdapter() method in RemoteViewsListAdapter
572 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()573 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()575 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount)); in apply()580 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()581 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()583 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount)); in apply()