Home
last modified time | relevance | path

Searched refs:RemoteViewsListAdapter (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViewsListAdapter.java28 public class RemoteViewsListAdapter extends BaseAdapter { class
35 public RemoteViewsListAdapter(Context context, ArrayList<RemoteViews> remoteViews, in RemoteViewsListAdapter() method in RemoteViewsListAdapter
DRemoteViews.java737 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()
738 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()
740 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount)); in apply()
745 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()
746 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()
748 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount)); in apply()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83757 Landroid/widget/RemoteViewsListAdapter;-><init>(Landroid/content/Context;Ljava/util/ArrayList;I)V
83758 Landroid/widget/RemoteViewsListAdapter;->init()V
83759 Landroid/widget/RemoteViewsListAdapter;->mContext:Landroid/content/Context;
83760 Landroid/widget/RemoteViewsListAdapter;->mRemoteViewsList:Ljava/util/ArrayList;
83761 Landroid/widget/RemoteViewsListAdapter;->mViewTypeCount:I
83762 Landroid/widget/RemoteViewsListAdapter;->mViewTypes:Ljava/util/ArrayList;
83763 Landroid/widget/RemoteViewsListAdapter;->setViewsList(Ljava/util/ArrayList;)V