Home
last modified time | relevance | path

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

/aosp12/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.java915 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()
916 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()
918 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount, in apply()
924 if (a instanceof RemoteViewsListAdapter && viewTypeCount <= a.getViewTypeCount()) { in apply()
925 ((RemoteViewsListAdapter) a).setViewsList(list); in apply()
927 v.setAdapter(new RemoteViewsListAdapter(v.getContext(), list, viewTypeCount, in apply()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt72651 Landroid/widget/RemoteViewsListAdapter;-><init>(Landroid/content/Context;Ljava/util/ArrayList;I)V
72652 Landroid/widget/RemoteViewsListAdapter;->init()V
72653 Landroid/widget/RemoteViewsListAdapter;->mContext:Landroid/content/Context;
72654 Landroid/widget/RemoteViewsListAdapter;->mRemoteViewsList:Ljava/util/ArrayList;
72655 Landroid/widget/RemoteViewsListAdapter;->mViewTypeCount:I
72656 Landroid/widget/RemoteViewsListAdapter;->mViewTypes:Ljava/util/ArrayList;
72657 Landroid/widget/RemoteViewsListAdapter;->setViewsList(Ljava/util/ArrayList;)V