跳过导航链接
A B C D E F G H I L M N O P R S T U V W X Z 

A

abort() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Editor
Aborts this edit.
addAnimationListener(AnimatorListenerCompat) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
addAnimationListener(List<AnimatorListenerCompat>) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
addAnimationUpdateListener(AnimatorUpdateListenerCompat) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
addAnimationUpdateListener(List<AnimatorUpdateListenerCompat>) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
addBitmapToCache(String, BitmapDrawable) - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
Adds a bitmap to both memory and disk cache.
addListener(AnimatorListenerCompat) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
addUpdateListener(AnimatorUpdateListenerCompat) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
AnimationBuilder - xyz.zpayh.hdimage中的类
文 件 名: AnimationBuilder 创 建 人: 陈志鹏 创建日期: 2017/4/20 13:42 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
AnimationBuilder(PointF) - 类 的构造器xyz.zpayh.hdimage.AnimationBuilder
 
ASSET_SCHEME - 接口 中的静态变量xyz.zpayh.hdimage.datasource.BitmapDataSource
 

B

BitmapDataSource - xyz.zpayh.hdimage.datasource中的接口
文 件 名: BitmapDataSource 创 建 人: 陈志鹏 创建日期: 2017/4/1 17:21 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
BitmapDataSourceImpl - xyz.zpayh.hdimage.datasource中的类
文 件 名: BitmapDataSourceImpl 创 建 人: 陈志鹏 创建日期: 2017/4/1 17:34 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
BitmapDataSourceImpl(Context) - 类 的构造器xyz.zpayh.hdimage.datasource.BitmapDataSourceImpl
 
build() - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
build() - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
Builder() - 类 的构造器xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 

C

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。

D

decode(Rect, int) - 接口 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSource
 
decode(Rect, int) - 类 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSourceImpl
 
decodeSampledBitmapFromDescriptor(FileDescriptor, int, int, ImageCache) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Decode and sample down a bitmap from a file input stream to the requested width and height.
DEFAULT_INTERPOLATOR - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
DefaultAnimatorListenerCompat - xyz.zpayh.hdimage中的类
文 件 名: DefaultAnimatorListenerCompat 创 建 人: 陈志鹏 创建日期: 2017/4/20 17:09 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
DefaultAnimatorListenerCompat() - 类 的构造器xyz.zpayh.hdimage.DefaultAnimatorListenerCompat
 
delete() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Closes the cache and deletes all of its stored values.
deleteContents(File) - 类 中的静态方法xyz.zpayh.hdimage.util.DiskLruCache
Recursively delete everything in dir.
diskCacheDir - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
 
diskCacheEnabled - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
 
diskCacheSize - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
 
DiskLruCache - xyz.zpayh.hdimage.util中的类
Taken from the JB source code, can be found in: libcore/luni/src/main/java/libcore/io/DiskLruCache.java or direct link: https://android.googlesource.com/platform/libcore/+/android-4.1.1_r1/luni/src/main/java/libcore/io/DiskLruCache.java A cache that uses a bounded amount of space on a filesystem.
DiskLruCache.Editor - xyz.zpayh.hdimage.util中的类
Edits the values for an entry.
DiskLruCache.Snapshot - xyz.zpayh.hdimage.util中的类
A snapshot of the values for an entry.
downloadUrlToStream(String, OutputStream) - 类 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSourceImpl
Download a bitmap from a URL and write the content to an output stream.

E

edit(String) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Returns an editor for the entry named key, or null if another edit is in progress.
edit() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Snapshot
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.

F

FILE_SCHEME - 接口 中的静态变量xyz.zpayh.hdimage.datasource.BitmapDataSource
 
fileRect(Rect, Rect, int, int, int) - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
flush() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Force buffered operations to the filesystem.
flush() - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
Flushes the disk cache associated with this ImageCache object.

G

get(String) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Returns a snapshot of the entry named key, or null if it doesn't exist is not currently readable.
getAnimatedFraction() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
getAnimatorListener() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getAnimatorUpdateListener() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getBitmapFromDiskCache(String) - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
Get from disk cache.
getBitmapFromReusableSet(BitmapFactory.Options) - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
 
getBitmapSize(BitmapDrawable) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Get the size in bytes of a bitmap in a BitmapDrawable.
getCenter() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getCenter() - 类 中的方法xyz.zpayh.hdimage.ImageViewOptions
 
getDirectory() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Returns the directory where this cache stores its data.
getDiskCacheDir(Context, String) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Get a usable cache directory (external if available, internal otherwise).
getExifOrientation(Context, String) - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
getExternalCacheDir(Context) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Get the external app cache directory.
getImageSizeOptions() - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
getImageSource() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getImageSourceLoadListener() - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
getImageSourceRegion() - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
getImageViewOptions() - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
getInputStream(int) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Snapshot
Returns the unbuffered stream with the value for index.
getInstance(FragmentManager, ImageCache.ImageCacheParams) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Return an ImageCache instance.
getMaxScale() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getMinScale() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getObject() - 类 中的方法xyz.zpayh.hdimage.util.ImageCache.RetainFragment
Get the stored object.
getOnBitmapLoadListener() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getOrientation() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getOrientation() - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
getScale() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getScale() - 类 中的方法xyz.zpayh.hdimage.ImageViewOptions
 
getScale() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
getScaleAnimationInterpolator() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getSourceHeight() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getSourceRegion() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getSourceWidth() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getString(int) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Editor
Returns the last committed value as a string, or null if no value has been committed.
getString(int) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Snapshot
Returns the string value for index.
getTranslationAnimationInterpolator() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
getUri() - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
getUsableSpace(File) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Check how much usable space is available at a given path.
getViewFocus() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 

H

hasFroyo() - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
hasGingerbread() - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
hashKeyForDisk(String) - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
A hashing method that changes a string (like a URL) into a hash suitable for using as a disk filename.
hasHoneycomb() - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
hasHoneycombMR1() - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
hasJellyBean() - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
hasKitKat() - 类 中的静态方法xyz.zpayh.hdimage.util.Utils
 
HDImageView - xyz.zpayh.hdimage中的类
文 件 名: OriginalImageView 创 建 人: 陈志鹏 创建日期: 2017/4/1 14:51 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
HDImageView(Context) - 类 的构造器xyz.zpayh.hdimage.HDImageView
 
HDImageView(Context, AttributeSet) - 类 的构造器xyz.zpayh.hdimage.HDImageView
 
HDImageView(Context, AttributeSet, int) - 类 的构造器xyz.zpayh.hdimage.HDImageView
 
HDImageView.SavedState - xyz.zpayh.hdimage中的类
 
HTTP_SCHEME - 接口 中的静态变量xyz.zpayh.hdimage.datasource.BitmapDataSource
 
HTTPS_SCHEME - 接口 中的静态变量xyz.zpayh.hdimage.datasource.BitmapDataSource
 

I

ImageCache - xyz.zpayh.hdimage.util中的类
 
ImageCache.ImageCacheParams - xyz.zpayh.hdimage.util中的类
A holder class that contains cache parameters.
ImageCache.RetainFragment - xyz.zpayh.hdimage.util中的类
A simple non-UI Fragment that stores a single Object and is retained over configuration changes.
ImageCacheParams(Context, String) - 类 的构造器xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
Create a set of image cache parameters that can be provided to ImageCache.getInstance(android.support.v4.app.FragmentManager, ImageCacheParams) or
ImageSizeOptions - xyz.zpayh.hdimage中的类
文 件 名: ImageSizeOptions 创 建 人: 陈志鹏 创建日期: 2017/4/17 02:12 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ImageSizeOptions(int, int) - 类 的构造器xyz.zpayh.hdimage.ImageSizeOptions
 
ImageSource - xyz.zpayh.hdimage中的接口
文 件 名: ImageSource 创 建 人: 陈志鹏 创建日期: 2017/4/14 18:28 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ImageSourceBuilder - xyz.zpayh.hdimage中的类
文 件 名: ImageSourceBuilder 创 建 人: 陈志鹏 创建日期: 2017/4/14 18:41 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ImageSourceBuilder() - 类 的构造器xyz.zpayh.hdimage.ImageSourceBuilder
 
ImageSourceBuilder.Builder - xyz.zpayh.hdimage中的类
 
ImageSourceLoadListener - xyz.zpayh.hdimage中的接口
文 件 名: ImageSourceLoadListener 创 建 人: 陈志鹏 创建日期: 2017/4/17 02:37 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ImageViewOptions - xyz.zpayh.hdimage中的类
文 件 名: ImageViewOptions 创 建 人: 陈志鹏 创建日期: 2017/4/1 19:52 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ImageViewOptions(float, PointF) - 类 的构造器xyz.zpayh.hdimage.ImageViewOptions
 
init(Context, Uri, Point) - 接口 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSource
 
init(Context, Uri, Point) - 类 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSourceImpl
 
initDiskCache() - 类 中的方法xyz.zpayh.hdimage.util.ImageCache
Initializes the disk cache.
initDiskCacheOnCreate - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
 
INSIDE - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Translation
图像始终全部显示在控件范围内
isClosed() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Returns true if this cache has been closed.
isEnded() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
isExternalStorageRemovable() - 类 中的静态方法xyz.zpayh.hdimage.util.ImageCache
Check if external storage is built-in or removable.
isImageLoaded() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
isInterrupted() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
isQuickScaleEnabled() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
isReady() - 接口 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSource
 
isReady() - 类 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSourceImpl
 
isReady() - 类 中的方法xyz.zpayh.hdimage.HDImageView
下一帧是否已经能绘制图像
isStarted() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
isTranslateEnabled() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
isZoomEnabled() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 

L

loadSuccess(Uri, ImageSizeOptions) - 接口 中的方法xyz.zpayh.hdimage.ImageSourceLoadListener
 

M

Mapping - xyz.zpayh.hdimage中的类
文 件 名: Mapping 创 建 人: 陈志鹏 创建日期: 2017/4/1 15:12 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注: 贴图
Mapping() - 类 的构造器xyz.zpayh.hdimage.Mapping
 
MAPPING_SIZE_AUTO - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
maxSize() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Returns the maximum number of bytes that this cache should use to store its data.
mBitmap - 类 中的变量xyz.zpayh.hdimage.Mapping
 
memCacheSize - 类 中的变量xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
 
mFileSourceRect - 类 中的变量xyz.zpayh.hdimage.Mapping
 
mHeight - 类 中的变量xyz.zpayh.hdimage.ImageSizeOptions
 
mLoading - 类 中的变量xyz.zpayh.hdimage.Mapping
 
mSampleSize - 类 中的变量xyz.zpayh.hdimage.Mapping
 
mScale - 类 中的变量xyz.zpayh.hdimage.ScaleAndTranslate
 
MSG_INIT_FAILED - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
MSG_INIT_SUCCESS - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
MSG_TILE_LOAD_SUCCESS - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
mSourceCenter - 类 中的变量xyz.zpayh.hdimage.ValueAnimator
 
mSourceRect - 类 中的变量xyz.zpayh.hdimage.Mapping
 
mViewRect - 类 中的变量xyz.zpayh.hdimage.Mapping
 
mViewTranslate - 类 中的变量xyz.zpayh.hdimage.ScaleAndTranslate
 
mVisible - 类 中的变量xyz.zpayh.hdimage.Mapping
 
mWidth - 类 中的变量xyz.zpayh.hdimage.ImageSizeOptions
 

N

newBuilder() - 类 中的静态方法xyz.zpayh.hdimage.ImageSourceBuilder
 
newInputStream(int) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.
noChangeScale() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 

O

onAnimationCancel(ValueAnimatorCompat) - 类 中的方法xyz.zpayh.hdimage.DefaultAnimatorListenerCompat
 
onAnimationEnd(ValueAnimatorCompat) - 类 中的方法xyz.zpayh.hdimage.DefaultAnimatorListenerCompat
 
onAnimationRepeat(ValueAnimatorCompat) - 类 中的方法xyz.zpayh.hdimage.DefaultAnimatorListenerCompat
 
onAnimationStart(ValueAnimatorCompat) - 类 中的方法xyz.zpayh.hdimage.DefaultAnimatorListenerCompat
 
onAttachedToWindow() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onBitmapLoaded(int, int) - 接口 中的方法xyz.zpayh.hdimage.OnBitmapLoadListener
 
onBitmapLoadError(Exception) - 接口 中的方法xyz.zpayh.hdimage.OnBitmapLoadListener
 
OnBitmapLoadListener - xyz.zpayh.hdimage中的接口
文 件 名: OnBitmapLoadListener 创 建 人: 陈志鹏 创建日期: 2017/4/1 17:38 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
onBitmapLoadReady() - 接口 中的方法xyz.zpayh.hdimage.OnBitmapLoadListener
 
onCreate(Bundle) - 类 中的方法xyz.zpayh.hdimage.util.ImageCache.RetainFragment
 
onDetachedFromWindow() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onDraw(Canvas) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onMeasure(int, int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onRestoreInstanceState(Parcelable) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onSaveInstanceState() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onSizeChanged(int, int, int, int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onTilesInitialized(int, int, int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
onTouchEvent(MotionEvent) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
open(File, int, int, long) - 类 中的静态方法xyz.zpayh.hdimage.util.DiskLruCache
Opens the cache in directory, creating a cache if none exists there.
Orientation - xyz.zpayh.hdimage.state中的注释类型
文 件 名: Orientation 创 建 人: 陈志鹏 创建日期: 2017/4/14 20:17 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ORIENTATION_0 - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Orientation
 
ORIENTATION_180 - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Orientation
 
ORIENTATION_270 - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Orientation
 
ORIENTATION_90 - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Orientation
 
ORIENTATION_EXIF - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Orientation
 
OUTSIDE - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Translation
允许图像刚好平移到不可见

P

Preconditions - xyz.zpayh.hdimage.util中的类
 

R

readAsciiLine(InputStream) - 类 中的静态方法xyz.zpayh.hdimage.util.DiskLruCache
Returns the ASCII characters up to but not including the next "\r\n", or "\n".
readFully(Reader) - 类 中的静态方法xyz.zpayh.hdimage.util.DiskLruCache
Returns the remainder of 'reader' as a string, closing it when done.
recycle() - 接口 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSource
 
recycle() - 类 中的方法xyz.zpayh.hdimage.datasource.BitmapDataSourceImpl
 
recycle() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
remove(String) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Drops the entry for key if it exists and can be removed.
reset() - 类 中的方法xyz.zpayh.hdimage.ScaleAndTranslate
 
resetScaleAndCenter() - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
RESOURCE_SCHEME - 接口 中的静态变量xyz.zpayh.hdimage.datasource.BitmapDataSource
 
RetainFragment() - 类 的构造器xyz.zpayh.hdimage.util.ImageCache.RetainFragment
Empty constructor as per the Fragment documentation

S

SavedState(Parcelable) - 类 的构造器xyz.zpayh.hdimage.HDImageView.SavedState
 
ScaleAndTranslate - xyz.zpayh.hdimage中的类
文 件 名: ScaleAndTranslate 创 建 人: 陈志鹏 创建日期: 2017/4/1 17:07 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ScaleAndTranslate() - 类 的构造器xyz.zpayh.hdimage.ScaleAndTranslate
 
ScaleAndTranslate(float, PointF) - 类 的构造器xyz.zpayh.hdimage.ScaleAndTranslate
 
ScaleType - xyz.zpayh.hdimage.state中的注释类型
文 件 名: ScaleType 创 建 人: 陈志鹏 创建日期: 2017/4/15 02:13 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
set(int, String) - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache.Editor
Sets the value at index to value.
setAnimatorListener(AnimatorListenerCompat) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setAnimatorUpdateListener(AnimatorUpdateListenerCompat) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setBitmapDataSource(BitmapDataSource) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setDoubleTapZoomDpi(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setDoubleTapZoomScale(float) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setDoubleTapZoomStyle(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setDuration(long) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setDuration(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setDuration(long) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setImageSizeOptions(ImageSizeOptions) - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
setImageSizeOptions(ImageSizeOptions) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setImageSource(ImageSource) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setImageSourceLoadListener(ImageSourceLoadListener) - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
setImageSourceLoadListener(ImageSourceLoadListener) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setImageSourceRegion(Rect) - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
setImageSourceRegion(Rect) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setImageURI(Uri) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setImageURI(String) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setImageViewOptions(ImageViewOptions) - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
setImageViewOptions(ImageViewOptions) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setInterrupt(boolean) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setInterrupted(boolean) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setMappingBackgroundColor(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setMaximumDpi(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setMaxScale(float) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setMemCacheSizePercent(float) - 类 中的方法xyz.zpayh.hdimage.util.ImageCache.ImageCacheParams
Sets the memory cache size based on a percentage of the max available VM memory.
setMinimumDpi(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setMinimumMappingDpi(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setMinScale(float) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setObject(Object) - 类 中的方法xyz.zpayh.hdimage.util.ImageCache.RetainFragment
Store a single object in this Fragment.
setOnBitmapLoadListener(OnBitmapLoadListener) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setOnLongClickListener(View.OnLongClickListener) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setOrientation(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setOrientation(int) - 接口 中的方法xyz.zpayh.hdimage.ImageSource
 
setOrientation(int) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setQuickScaleEnabled(boolean) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setScaleAndCenter(float, PointF) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setScaleAnimationInterpolator(Interpolator) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setScaleEnd(float) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setScaleEnd(float) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setScaleInterpolator(Interpolator) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setScaleInterpolator(Interpolator) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setScaleStart(float) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setScaleStart(float) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setScaleType(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setSourceCenter(PointF) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setTarget(View) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setTarget(View) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setTranslateEnabled(boolean) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setTranslateInterpolator(Interpolator) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setTranslateInterpolator(Interpolator) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setTranslateLimit(int) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setTranslationAnimationInterpolator(Interpolator) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
setUri(Uri) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setUri(String) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setUri(int) - 类 中的方法xyz.zpayh.hdimage.ImageSourceBuilder.Builder
 
setViewFocusEnd(PointF) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setViewFocusEnd(PointF) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setViewFocusStart(PointF) - 类 中的方法xyz.zpayh.hdimage.AnimationBuilder
 
setViewFocusStart(PointF) - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 
setZoomEnabled(boolean) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
size() - 类 中的方法xyz.zpayh.hdimage.util.DiskLruCache
Returns the number of bytes currently being used to store the values in this cache.
SOURCE_Height - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
SOURCE_ORIENTATION - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
SOURCE_WIDTH - 类 中的静态变量xyz.zpayh.hdimage.HDImageView
 
sourceToViewCoordinate(PointF) - 类 中的方法xyz.zpayh.hdimage.HDImageView
将资源坐标转换为屏幕坐标。
sourceToViewCoordinate(float, float) - 类 中的方法xyz.zpayh.hdimage.HDImageView
 
sourceToViewCoordinate(PointF, PointF) - 类 中的方法xyz.zpayh.hdimage.HDImageView
将资源坐标转换为屏幕坐标。
start() - 类 中的方法xyz.zpayh.hdimage.ValueAnimator
 

T

Translation - xyz.zpayh.hdimage.state中的注释类型
文 件 名: Translation 创 建 人: 陈志鹏 创建日期: 2017/4/15 00:03 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:

U

Utils - xyz.zpayh.hdimage.util中的类
Class containing some static utility methods.

V

ValueAnimator - xyz.zpayh.hdimage中的类
文 件 名: ValueAnimator 创 建 人: 陈志鹏 创建日期: 2017/4/20 14:43 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ValueAnimator() - 类 的构造器xyz.zpayh.hdimage.ValueAnimator
 
viewToSourceCoordinate(PointF) - 类 中的方法xyz.zpayh.hdimage.HDImageView
将屏幕坐标转换为资源坐标。
viewToSourceCoordinate(float, float) - 类 中的方法xyz.zpayh.hdimage.HDImageView
将屏幕坐标转换为资源坐标。
viewToSourceCoordinate(PointF, PointF) - 类 中的方法xyz.zpayh.hdimage.HDImageView
将屏幕坐标转换为资源坐标。

W

writeToParcel(Parcel, int) - 类 中的方法xyz.zpayh.hdimage.HDImageView.SavedState
 

X

xyz.zpayh.hdimage - 程序包 xyz.zpayh.hdimage
 
xyz.zpayh.hdimage.datasource - 程序包 xyz.zpayh.hdimage.datasource
 
xyz.zpayh.hdimage.state - 程序包 xyz.zpayh.hdimage.state
 
xyz.zpayh.hdimage.util - 程序包 xyz.zpayh.hdimage.util
 

Z

Zoom - xyz.zpayh.hdimage.state中的注释类型
文 件 名: Zoom 创 建 人: 陈志鹏 创建日期: 2017/4/15 00:18 邮 箱: ch_zh_p@qq.com 修改时间: 修改备注:
ZOOM_FOCUS_CENTER - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Zoom
在缩放动画过程中,将拍摄的图像点移动到屏幕中央。
ZOOM_FOCUS_CENTER_IMMEDIATE - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Zoom
立即放大并立即对中心点进行动画处理。
ZOOM_FOCUS_FIXED - 注释类型 中的静态变量xyz.zpayh.hdimage.state.Zoom
在缩放动画过程中,保持拍摄在相同位置的图像的点,并在其周围缩放图像。
A B C D E F G H I L M N O P R S T U V W X Z 
跳过导航链接