Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViewsListAdapter.java28 public class RemoteViewsListAdapter extends BaseAdapter { class
36 public RemoteViewsListAdapter(Context context, ArrayList<RemoteViews> remoteViews, in RemoteViewsListAdapter() method in RemoteViewsListAdapter
H A DRemoteViews.java1064 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()
1065 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()
1067 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount, in apply()
1073 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()
1074 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()
1076 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount, in apply()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69328 Landroid/widget/RemoteViewsListAdapter;-><init>(Landroid/content/Context;Ljava/util/ArrayList;I)V
69329 Landroid/widget/RemoteViewsListAdapter;->init()V
69330 Landroid/widget/RemoteViewsListAdapter;->mContext:Landroid/content/Context;
69331 Landroid/widget/RemoteViewsListAdapter;->mRemoteViewsList:Ljava/util/ArrayList;
69332 Landroid/widget/RemoteViewsListAdapter;->mViewTypeCount:I
69333 Landroid/widget/RemoteViewsListAdapter;->mViewTypes:Ljava/util/ArrayList;
69334 Landroid/widget/RemoteViewsListAdapter;->setViewsList(Ljava/util/ArrayList;)V