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.txt89804 Landroid/widget/RemoteViewsListAdapter;
89805 Landroid/widget/RemoteViewsListAdapter;-><init>(Landroid/content/Context;Ljava/util/ArrayList;I)V
89806 Landroid/widget/RemoteViewsListAdapter;->init()V
89807 Landroid/widget/RemoteViewsListAdapter;->mContext:Landroid/content/Context;
89808 Landroid/widget/RemoteViewsListAdapter;->mRemoteViewsList:Ljava/util/ArrayList;
89809 Landroid/widget/RemoteViewsListAdapter;->mViewTypeCount:I
89810 Landroid/widget/RemoteViewsListAdapter;->mViewTypes:Ljava/util/ArrayList;
89811 Landroid/widget/RemoteViewsListAdapter;->setViewsList(Ljava/util/ArrayList;)V