public interface Constants
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Constants.Cache |
static interface |
Constants.Pinch |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG_MODE |
static int |
GRID_SIZE
The size of the grid of loaded images around the current point
|
static float |
PART_SIZE
The size of the rendered parts (default 256)
Tinier : a little bit slower to have the whole page rendered but more reactive.
|
static int |
PRELOAD_COUNT
Number of preloaded rows or columns
|
static float |
THUMBNAIL_RATIO
Between 0 and 1, the thumbnails quality (default 0.3)
|
static final boolean DEBUG_MODE
static final float THUMBNAIL_RATIO
static final float PART_SIZE
static final int GRID_SIZE
static final int PRELOAD_COUNT