-
- All Implemented Interfaces:
-
android.widget.Adapter,android.widget.ListAdapter,android.widget.SpinnerAdapter
public class CommandMentionListItemAdapter extends BaseAdapter
-
-
Constructor Summary
Constructors Constructor Description CommandMentionListItemAdapter(Context context, List<User> items, MessageListViewStyle style)
-
Method Summary
Modifier and Type Method Description intgetCount()ObjectgetItem(int position)longgetItemId(int position)ViewgetView(int position, View convertView, ViewGroup parent)voidconfigMentions(StreamItemMentionBinding binding, int position)-
Methods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver -
Methods inherited from class android.widget.Adapter
getCount, getItem, getItemId, getView -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CommandMentionListItemAdapter
CommandMentionListItemAdapter(Context context, List<User> items, MessageListViewStyle style)
-
-
-
-