A B C D E F G H I K L M N O P Q R S T U V
C
- calculateInSampleSize(BitmapFactory.Options, int, int) -
类 net.tsz.afinal.bitmap.core.BitmapDecoder 中的静态方法
-
- callBack(long, long, boolean) -
接口 net.tsz.afinal.http.entityhandler.EntityCallBack 中的方法
-
- callBack(long, long, boolean) -
类 net.tsz.afinal.http.HttpHandler 中的方法
-
- cancel(boolean) -
类 net.tsz.afinal.core.AsyncTask 中的方法
- Attempts to cancel execution of this task.
- checkImageTask(Object, ImageView) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 检测 imageView中是否已经有线程在运行
- ClassUtils - net.tsz.afinal.reflect 中的 类
-
- ClassUtils() -
类 net.tsz.afinal.reflect.ClassUtils 的构造方法
-
- clear() -
类 net.tsz.afinal.core.AbstractCollection 中的方法
- Removes all elements from this
Collection, leaving it empty (optional).
- clear() -
类 net.tsz.afinal.core.ArrayDeque 中的方法
- Removes all of the elements from this deque.
- clear() -
类 net.tsz.afinal.http.PreferencesCookieStore 中的方法
-
- clearCache() -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
- Clears both the memory and disk cache associated with this ImageCache object.
- clearCache(String) -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
-
- clearCache() -
类 net.tsz.afinal.FinalBitmap 中的方法
- 清除所有缓存(磁盘和内存)
- clearCache(String) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 根据key清除指定的内存缓存
- clearCacheInternal() -
类 net.tsz.afinal.bitmap.core.BitmapProcess 中的方法
-
- clearDiskCache() -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
-
- clearDiskCache(String) -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
-
- clearDiskCache() -
类 net.tsz.afinal.FinalBitmap 中的方法
- 清除磁盘缓存
- clearDiskCache(String) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 根据key清除指定的内存缓存
- clearDiskCacheOnStart -
类 net.tsz.afinal.bitmap.core.BitmapCache.ImageCacheParams 中的变量
-
- clearExpired(Date) -
类 net.tsz.afinal.http.PreferencesCookieStore 中的方法
-
- clearMemoryCache() -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
-
- clearMemoryCache(String) -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
-
- clearMemoryCache() -
类 net.tsz.afinal.FinalBitmap 中的方法
- 清除缓存
- clearMemoryCache(String) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 根据key清除指定的内存缓存
- click(String) -
类 net.tsz.afinal.annotation.view.EventListener 中的方法
-
- clone() -
类 net.tsz.afinal.core.ArrayDeque 中的方法
- Returns a copy of this deque.
- close() -
类 net.tsz.afinal.bitmap.core.BitmapCache 中的方法
- Closes the disk cache associated with this ImageCache object.
- close() -
类 net.tsz.afinal.bitmap.core.LruDiskCache 中的方法
- Closes this cache.
- close() -
类 net.tsz.afinal.bitmap.core.LruDiskCache.Snapshot 中的方法
-
- closeCache() -
类 net.tsz.afinal.FinalBitmap 中的方法
- 关闭缓存
- closeCacheInternal() -
类 net.tsz.afinal.bitmap.core.BitmapProcess 中的方法
-
- closeQuietly(Closeable) -
类 net.tsz.afinal.bitmap.core.LruDiskCache 中的静态方法
- Closes 'closeable', ignoring any checked exceptions.
- commit() -
类 net.tsz.afinal.bitmap.core.LruDiskCache.Editor 中的方法
- Commits this edit so it is visible to readers.
- compressFormat -
类 net.tsz.afinal.bitmap.core.BitmapCache.ImageCacheParams 中的变量
-
- compressQuality -
类 net.tsz.afinal.bitmap.core.BitmapCache.ImageCacheParams 中的变量
-
- configBitmapMaxHeight(int) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 配置默认图片的小的高度
- configBitmapMaxWidth(int) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 配置默认图片的小的宽度
- configCalculateBitmap(boolean) -
类 net.tsz.afinal.bitmap.core.BitmapProcess 中的方法
-
- configCalculateBitmapSizeWhenDecode(boolean) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 配置 加载图片的时候是否计算图片大小,如果配置为真,则decode图片的时候可能会造成out of memory的异常
- configCharset(String) -
类 net.tsz.afinal.FinalHttp 中的方法
-
- configCompressFormat(CompressFormat) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 设置 图片压缩格式
如果是透明的png图片,请用 CompressFormat.PNG
- configCookieStore(CookieStore) -
类 net.tsz.afinal.FinalHttp 中的方法
-
- configDisplayer(Displayer) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 设置显示器,比如在显示的过程中显示动画等
- configDownlader(Downloader) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 设置下载器,比如通过ftp或者其他协议去网络读取图片的时候可以设置这项
- configLoadfailImage(Bitmap) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 设置图片加载失败时候显示的图片
- configLoadingImage(Bitmap) -
类 net.tsz.afinal.FinalBitmap 中的方法
- 设置图片正在加载的时候显示的图片
- configRequestExecutionRetryCount(int) -
类 net.tsz.afinal.FinalHttp 中的方法
- 配置错误重试次数
- configSSLSocketFactory(SSLSocketFactory) -
类 net.tsz.afinal.FinalHttp 中的方法
- 设置https请求时 的 SSLSocketFactory
- configTimeout(int) -
类 net.tsz.afinal.FinalHttp 中的方法
- 设置网络连接超时时间,默认为10秒钟
- configUserAgent(String) -
类 net.tsz.afinal.FinalHttp 中的方法
-
- contains(Object) -
类 net.tsz.afinal.core.AbstractCollection 中的方法
- Tests whether this
Collection contains the specified object.
- contains(Object) -
类 net.tsz.afinal.core.ArrayDeque 中的方法
- Returns true if this deque contains the specified element.
- contains(Object) -
接口 net.tsz.afinal.core.Deque 中的方法
- Returns true if this deque contains the specified element.
- containsAll(Collection<?>) -
类 net.tsz.afinal.core.AbstractCollection 中的方法
- Tests whether this
Collection contains all objects contained in the
specified Collection.
- copyOf(boolean[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(byte[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(char[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(double[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(float[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(int[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(long[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(short[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(T[], int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOf(U[], int, Class<? extends T[]>) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies
newLength elements from original into a new array.
- copyOfRange(boolean[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(byte[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(char[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(double[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(float[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(int[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(long[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(short[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(T[], int, int) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- copyOfRange(U[], int, int, Class<? extends T[]>) -
类 net.tsz.afinal.core.Arrays 中的静态方法
- Copies elements from
original into a new array, from indexes start (inclusive) to
end (exclusive).
- create(Context) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalbitmap
- create(Context, String) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context, String, float) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context, String, int) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context, String, float, int) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context, String, int, int) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context, String, float, int, int) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context, String, int, int, int) -
类 net.tsz.afinal.FinalBitmap 中的静态方法
- 创建finalBitmap
- create(Context) -
类 net.tsz.afinal.FinalDb 中的静态方法
- 创建FinalDb
- create(Context, boolean) -
类 net.tsz.afinal.FinalDb 中的静态方法
- 创建FinalDb
- create(Context, String) -
类 net.tsz.afinal.FinalDb 中的静态方法
- 创建FinalDb
- create(Context, String, boolean) -
类 net.tsz.afinal.FinalDb 中的静态方法
- 创建 FinalDb
- create(Context, String, boolean, int, FinalDb.DbUpdateListener) -
类 net.tsz.afinal.FinalDb 中的静态方法
- 创建 FinalDb
- createCount() -
类 net.tsz.afinal.bitmap.core.LruMemoryCache 中的方法
- Returns the number of times
LruMemoryCache.create(Object) returned a value.
- CursorUtils - net.tsz.afinal.db.sqlite 中的 类
-
- CursorUtils() -
类 net.tsz.afinal.db.sqlite.CursorUtils 的构造方法
-
A B C D E F G H I K L M N O P Q R S T U V