am e2ff1a4e: Merge "Fix overdraw" into lmp-dev
* commit 'e2ff1a4edbe5c8eeb2610a62b8cfe7a58d4c8150': Fix overdraw
This commit is contained in:
@@ -33,7 +33,7 @@ import android.view.animation.Interpolator;
|
|||||||
public class ScrimView extends View
|
public class ScrimView extends View
|
||||||
{
|
{
|
||||||
private int mScrimColor;
|
private int mScrimColor;
|
||||||
private boolean mIsEmpty;
|
private boolean mIsEmpty = true;
|
||||||
private boolean mDrawAsSrc;
|
private boolean mDrawAsSrc;
|
||||||
private float mViewAlpha = 1.0f;
|
private float mViewAlpha = 1.0f;
|
||||||
private ValueAnimator mAlphaAnimator;
|
private ValueAnimator mAlphaAnimator;
|
||||||
|
|||||||
Reference in New Issue
Block a user