public class DrawerBackgroundView
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.BlockingDeque<java.lang.Float> |
blockingQueue |
protected android.widget.ImageView |
blurBackground |
static float |
NOT_TRANSPARENT_ALPHA_LEVEL |
protected android.widget.ImageView |
orginalBackground |
| Constructor and Description |
|---|
DrawerBackgroundView(DrawerLayoutWithBlurredBackground drawerLayoutWithBlurredBackground) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlurredLayer() |
void |
disableBlurredLayers() |
void |
enableBlurredLayers() |
void |
reset() |
void |
setAlpha(float alphaLevel) |
void |
setImageBitmap(android.graphics.Bitmap blurredImage) |
public static final float NOT_TRANSPARENT_ALPHA_LEVEL
protected android.widget.ImageView blurBackground
protected android.widget.ImageView orginalBackground
protected java.util.concurrent.BlockingDeque<java.lang.Float> blockingQueue
public DrawerBackgroundView(DrawerLayoutWithBlurredBackground drawerLayoutWithBlurredBackground)
public void addBlurredLayer()
public void setImageBitmap(android.graphics.Bitmap blurredImage)
public void reset()
public void setAlpha(float alphaLevel)
public void disableBlurredLayers()
public void enableBlurredLayers()