Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
32768 |
public static final int |
DEFAULT_COMPRESS_QUALITY |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_BUFFER_SIZE |
32768 |
public static final int |
DEFAULT_COMPRESS_QUALITY |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_THREAD_POOL_SIZE |
3 |
public static final int |
DEFAULT_THREAD_PRIORITY |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
ERROR_CANT_DECODE_IMAGE |
"Image can\'t be decoded [%s]" |
protected static final java.lang.String |
ERROR_NO_IMAGE_STREAM |
"No stream for image [%s]" |
protected static final java.lang.String |
LOG_FLIP_IMAGE |
"Flip image horizontally [%s]" |
protected static final java.lang.String |
LOG_ROTATE_IMAGE |
"Rotate image on %1$d\u00b0 [%2$s]" |
protected static final java.lang.String |
LOG_SCALE_IMAGE |
"Scale subsampled image (%1$s) to %2$s (scale = %3$.5f) [%4$s]" |
protected static final java.lang.String |
LOG_SUBSAMPLE_IMAGE |
"Subsample original image (%1$s) to %2$s (scale = %3$d) [%4$s]" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
ALLOWED_URI_CHARS |
"@#&=*+-_.,:!?()/~\'%" |
protected static final int |
BUFFER_SIZE |
32768 |
protected static final java.lang.String |
CONTENT_CONTACTS_URI_PREFIX |
"content://com.android.contacts/" |
public static final int |
DEFAULT_HTTP_CONNECT_TIMEOUT |
5000 |
public static final int |
DEFAULT_HTTP_READ_TIMEOUT |
20000 |
protected static final int |
MAX_REDIRECT_COUNT |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
WARN_CANT_SET_BITMAP |
"Can\'t set a bitmap into view. You should call ImageLoader on UI thread for it." |
public static final java.lang.String |
WARN_CANT_SET_DRAWABLE |
"Can\'t set a drawable into view. You should call ImageLoader on UI thread for it." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
CONTINUE_LOADING_PERCENTAGE |
75 |
public static final int |
DEFAULT_BUFFER_SIZE |
32768 |
public static final int |
DEFAULT_IMAGE_TOTAL_SIZE |
512000 |