public class DrawerLayoutWithBlurredBackground extends DrawerLayout implements BlurringImageTask.BlurringImageListener
| Modifier and Type | Field and Description |
|---|---|
protected Blur |
blur |
protected static int |
PREINIT_BITMAP_SIZE |
| Constructor and Description |
|---|
DrawerLayoutWithBlurredBackground(android.content.Context context) |
DrawerLayoutWithBlurredBackground(android.content.Context context,
android.util.AttributeSet attrs) |
DrawerLayoutWithBlurredBackground(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onAttachedToWindow() |
void |
onBlurringFinish(android.graphics.Bitmap blurredImage) |
protected void |
onDetachedFromWindow() |
void |
setDrawerListener(DrawerListener listener) |
void |
setScrimColor(int color) |
protected static final int PREINIT_BITMAP_SIZE
protected Blur blur
public DrawerLayoutWithBlurredBackground(android.content.Context context)
public DrawerLayoutWithBlurredBackground(android.content.Context context,
android.util.AttributeSet attrs)
public DrawerLayoutWithBlurredBackground(android.content.Context context,
android.util.AttributeSet attrs,
int defStyle)
protected void onAttachedToWindow()
protected void onDetachedFromWindow()
public void onBlurringFinish(android.graphics.Bitmap blurredImage)
onBlurringFinish in interface BlurringImageTask.BlurringImageListenerpublic void setDrawerListener(DrawerListener listener)
public void setScrimColor(int color)