public static class ImageGalleryAdapter.PickerTile
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageGalleryAdapter.PickerTile.SpecialTileType |
static interface |
ImageGalleryAdapter.PickerTile.TileType |
| Modifier and Type | Field and Description |
|---|---|
static int |
CAMERA |
static int |
GALLERY |
static int |
IMAGE |
protected android.net.Uri |
imageUri |
protected int |
tileType |
| Modifier | Constructor and Description |
|---|---|
protected |
PickerTile(android.net.Uri imageUri,
int tileType) |
| Modifier and Type | Method and Description |
|---|---|
android.net.Uri |
getImageUri() |
int |
getTileType() |
boolean |
isCameraTile() |
boolean |
isGalleryTile() |
boolean |
isImageTile() |
java.lang.String |
toString() |
public static final int IMAGE
public static final int CAMERA
public static final int GALLERY
protected final android.net.Uri imageUri
protected final int tileType
public android.net.Uri getImageUri()
public int getTileType()
public boolean isImageTile()
public boolean isCameraTile()
public boolean isGalleryTile()
public java.lang.String toString()
toString in class java.lang.Object