类 | |
| class | BackgroundJob |
Public 成员函数 | |
| CropImage (Context context, CropImageView imageView, Handler handler) | |
| void | crop (Bitmap bm) |
| void | startRotate (float d) |
| Bitmap | cropAndSave () |
| Bitmap | cropAndSave (Bitmap bm) |
| void | cropCancel () |
| String | saveToLocal (Bitmap bitmap) |
Public 属性 | |
| File | FILE_LOCAL = null |
| boolean | mWaitingToPick |
| boolean | mSaving |
| HighlightView | mCrop |
包属性 | |
| Runnable | mRunFaceDetection |
Private 成员函数 | |
| void | startFaceDetection () |
| Bitmap | onSaveClicked (Bitmap bm) |
Private 属性 | |
| Context | mContext |
| Handler | mHandler |
| CropImageView | mImageView |
| Bitmap | mBitmap |
裁剪处理.
|
inline |
Instantiates a new crop image.
| context | the context |
| imageView | the image view |
| handler | the handler |
|
inline |
图片裁剪.
| bm | the bm |
|
inline |
裁剪并保存.
|
inline |
裁剪并保存.
| bm | the bm |
|
inline |
取消裁剪.
|
inlineprivate |
On save clicked.
| bm | the bm |
|
inline |
Save to local.
| bitmap | the bitmap |
|
inlineprivate |
Start face detection.
|
inline |
Start rotate.
| d | the d |
| File com.ab.view.cropimage.CropImage.FILE_LOCAL = null |
The file local.
|
private |
The m bitmap.
|
private |
The m context.
| HighlightView com.ab.view.cropimage.CropImage.mCrop |
The m crop.
|
private |
The m handler.
|
private |
The m image view.
|
package |
The m run face detection.
| boolean com.ab.view.cropimage.CropImage.mSaving |
The m saving.
| boolean com.ab.view.cropimage.CropImage.mWaitingToPick |
The m waiting to pick.
1.8.8