protected static class ImageGalleryBaseAdapter.ViewHolder<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected android.view.View |
detailsLayout |
protected android.widget.ImageView |
iconView |
protected android.widget.ImageView |
imageView |
protected android.widget.TextView |
nameText |
protected android.widget.ImageView |
playOverlay |
protected android.widget.CheckBox |
selectCheck |
protected android.view.View |
selectLayout |
protected android.widget.TextView |
titleText |
protected android.widget.TextView |
typeText |
Modifier | Constructor and Description |
---|---|
protected |
ViewHolder(android.view.View itemView,
T item) |
Modifier and Type | Method and Description |
---|---|
protected T |
getItem() |
protected void |
setBitmap(android.graphics.Bitmap bmp) |
protected void |
setItem(T item) |
protected final android.widget.ImageView imageView
protected final android.widget.ImageView playOverlay
protected final android.view.View selectLayout
protected final android.widget.CheckBox selectCheck
protected final android.view.View detailsLayout
protected final android.widget.ImageView iconView
protected final android.widget.TextView titleText
protected final android.widget.TextView typeText
protected final android.widget.TextView nameText
protected ViewHolder(android.view.View itemView, T item)