public class DialogWithBlurredBackgroundLauncher extends java.lang.Object implements BlurringImageTask.BlurringImageListener
| Modifier and Type | Field and Description |
|---|---|
protected BlurredBackgroundAdapter |
blurredBackgroundAdapter |
| Constructor and Description |
|---|
DialogWithBlurredBackgroundLauncher(android.app.Activity activity) |
| Modifier and Type | Method and Description |
|---|---|
void |
onBlurringFinish(android.graphics.Bitmap blurredImage) |
static void |
showDialog(android.app.Activity activity,
android.app.Dialog dialog) |
android.app.Dialog |
showDialog(android.app.Dialog dialog) |
protected BlurredBackgroundAdapter blurredBackgroundAdapter
public DialogWithBlurredBackgroundLauncher(android.app.Activity activity)
public static void showDialog(android.app.Activity activity,
android.app.Dialog dialog)
public android.app.Dialog showDialog(android.app.Dialog dialog)
public void onBlurringFinish(android.graphics.Bitmap blurredImage)
onBlurringFinish in interface BlurringImageTask.BlurringImageListener