protected class FolderNavigationActivity.FolderNavigationBoxListItemAdapter extends BoxListItemAdapter
BoxListItemAdapter.ViewHolder| Constructor and Description |
|---|
FolderNavigationActivity.FolderNavigationBoxListItemAdapter(Activity context,
ThumbnailManager manager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
update(BoxListItemAdapter.ViewHolder holder,
BoxListItem listItem)
Sets views with data from given box item.
|
add, add, addAll, addAll, clear, getItemViewType, getView, getViewTypeCount, remove, remove, set, updatepublic FolderNavigationActivity.FolderNavigationBoxListItemAdapter(Activity context,
ThumbnailManager manager)
protected void update(BoxListItemAdapter.ViewHolder holder, BoxListItem listItem)
BoxListItemAdapterupdate in class BoxListItemAdapterholder - The holder containing views to update.listItem - the box to display.