- calculateInSampleSize(BitmapFactory.Options, int, int) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
-
Calculate an inSampleSize for use in a BitmapFactory.Options object when decoding
bitmaps using the decode* methods from BitmapFactory.
- cancel() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
-
- CENTER - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Translation
-
允许图像被平移,直到角落到屏幕的中心,但不再进一步。
- CENTER_CROP - 注释类型 中的静态变量xyz.zpayh.hdimage.state.ScaleType
-
缩放图像均匀,使图像的两个尺寸都等于或大于视图的相应尺寸。
- CENTER_INSIDE - 注释类型 中的静态变量xyz.zpayh.hdimage.state.ScaleType
-
缩放图像,使图像的两个维度均等于或小于视图的相应维度。
- checkArgument(boolean) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, Object) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkElementIndex(int, int) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkElementIndex(int, int, String) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that index specifies a valid element in an array, list or string of size
size.
- checkNotNull(T) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkPositionIndex(int, int) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndex(int, int, String) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that index specifies a valid position in an array, list or string of
size size.
- checkPositionIndexes(int, int, int) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures that start and end specify a valid positions in an array, list
or string of size size, and are in order.
- checkState(boolean) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, Object) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - 类 中的静态方法xyz.zpayh.hdimage.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- clearCache() - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
-
Clears both the memory and disk cache associated with this ImageCache object.
- close() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
-
Closes this cache.
- close() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Snapshot
-
- close() - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
-
Closes the disk cache associated with this ImageCache object.
- closeQuietly(Closeable) - 类 中的静态方法xyz.zpayh.hdimage.util.DiskLruCache
-
Closes 'closeable', ignoring any checked exceptions.
- commit() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Editor
-
Commits this edit so it is visible to readers.
- compressFormat - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
-
- compressQuality - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
-
- CREATOR - 类 中的静态变量xyz.zpayh.hdimage.HDImageView.SavedState
-
- CUSTOM - 注释类型 中的静态变量xyz.zpayh.hdimage.state.ScaleType
-
缩放图像,使图像的两个维度均等于或小于maxScale,并等于或大于minScale。