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
651 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()652 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()654 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount)); in apply()659 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()660 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()662 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount)); in apply()