public class OverlayItem
extends AbstractIdItem
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
OverlayItem(android.os.Parcel in) |
|
OverlayItem(java.lang.String id,
int name,
ImageSource previewSource) |
|
OverlayItem(java.lang.String id,
java.lang.String name,
ImageSource previewSource) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getLayout() |
java.lang.Class<? extends DataSourceListAdapter.DataSourceViewHolder> |
getViewHolderClass() |
boolean |
isSelectable() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public OverlayItem(java.lang.String id,
@StringRes
int name,
ImageSource previewSource)
public OverlayItem(java.lang.String id,
java.lang.String name,
ImageSource previewSource)
protected OverlayItem(android.os.Parcel in)
@NonNull public java.lang.Class<? extends DataSourceListAdapter.DataSourceViewHolder> getViewHolderClass()
public int getLayout()
public boolean isSelectable()
public int describeContents()
public void writeToParcel(android.os.Parcel dest,
int flags)