public class BlurredBackgroundAdapter extends java.lang.Object implements BlurringImageTask.BlurringImageListener
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BlurredBackgroundAdapter.BlurredBackgroundAdapterState |
| Modifier and Type | Field and Description |
|---|---|
protected BlurringImageTaskFactory |
blurringImageTaskFactory |
protected ImageUtils |
imageUtils |
protected static java.lang.String |
internalFilesDirPath |
protected ScreenShooter |
screenShooter |
protected BlurredBackgroundAdapter.BlurredBackgroundAdapterState |
state |
| Modifier and Type | Method and Description |
|---|---|
static BlurredBackgroundAdapter |
getInstance(android.app.Application application) |
void |
onBlurringFinish(android.graphics.Bitmap blurredImage) |
void |
prepareBlurredBackgroundForActivity(android.app.Activity activity) |
void |
prepareBlurredBackgroundForView(android.content.Context context,
android.view.View viewToBlur) |
void |
reset() |
void |
resetBlurringListener(BlurringImageTask.BlurringImageListener listener) |
protected static java.lang.String internalFilesDirPath
protected ImageUtils imageUtils
protected BlurringImageTaskFactory blurringImageTaskFactory
protected ScreenShooter screenShooter
protected BlurredBackgroundAdapter.BlurredBackgroundAdapterState state
public static BlurredBackgroundAdapter getInstance(android.app.Application application)
public void prepareBlurredBackgroundForActivity(android.app.Activity activity)
public void prepareBlurredBackgroundForView(android.content.Context context,
android.view.View viewToBlur)
public void onBlurringFinish(android.graphics.Bitmap blurredImage)
onBlurringFinish in interface BlurringImageTask.BlurringImageListenerpublic void reset()
public void resetBlurringListener(BlurringImageTask.BlurringImageListener listener)