Merge "Fix overdraw" into lmp-dev
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