FileDocCategorySizeDatePackage
GlobalScreenshot.javaAPI DocAndroid 5.1 API32378Thu Mar 12 22:22:42 GMT 2015com.android.systemui.screenshot

SaveImageInBackgroundData

public class SaveImageInBackgroundData extends Object
POD used in the AsyncTask which saves an image in the background.

Fields Summary
android.content.Context
context
android.graphics.Bitmap
image
android.net.Uri
imageUri
Runnable
finisher
int
iconSize
int
result
int
previewWidth
int
previewheight
Constructors Summary
Methods Summary
voidclearContext()

        context = null;
    
voidclearImage()

        image = null;
        imageUri = null;
        iconSize = 0;