Constant Field Values


Contents
com.nostra13.*

com.nostra13.universalimageloader.cache.disc.impl.BaseDiscCache
public static final int DEFAULT_BUFFER_SIZE 32768
public static final int DEFAULT_COMPRESS_QUALITY 100

com.nostra13.universalimageloader.cache.disc.impl.ext.LruDiscCache
public static final int DEFAULT_BUFFER_SIZE 32768
public static final int DEFAULT_COMPRESS_QUALITY 100

com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
public static final int DEFAULT_THREAD_POOL_SIZE 3
public static final int DEFAULT_THREAD_PRIORITY 4

com.nostra13.universalimageloader.core.decode.BaseImageDecoder
protected static final String ERROR_CANT_DECODE_IMAGE "Image can\'t be decoded [%s]"
protected static final String LOG_FLIP_IMAGE "Flip image horizontally [%s]"
protected static final String LOG_ROTATE_IMAGE "Rotate image on %1$d\u00b0 [%2$s]"
protected static final String LOG_SCALE_IMAGE "Scale subsampled image (%1$s) to %2$s (scale = %3$.5f) [%4$s]"
protected static final String LOG_SUBSAMPLE_IMAGE "Subsample original image (%1$s) to %2$s (scale = %3$d) [%4$s]"

com.nostra13.universalimageloader.core.download.BaseImageDownloader
protected static final String ALLOWED_URI_CHARS "@#&=*+-_.,:!?()/~\'%"
protected static final int BUFFER_SIZE 32768
protected static final 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

com.nostra13.universalimageloader.core.imageaware.ViewAware
public static final String WARN_CANT_SET_BITMAP "Can\'t set a bitmap into view. You should call ImageLoader on UI thread for it."
public static final String WARN_CANT_SET_DRAWABLE "Can\'t set a drawable into view. You should call ImageLoader on UI thread for it."

com.nostra13.universalimageloader.utils.IoUtils
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



Copyright © 2011-2014. All Rights Reserved.