Searched refs:mMaskPaint (Results 1 – 3 of 3) sorted by relevance
67 private final Paint mMaskPaint = new Paint(); field in ModeTransitionView91 mMaskPaint.setAlpha(0); in ModeTransitionView()92 mMaskPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.CLEAR)); in ModeTransitionView()176 canvas.drawCircle(mPeepHoleCenterX, mPeepHoleCenterY, mRadius, mMaskPaint); in onDraw()
1938 private final Paint mMaskPaint = new Paint(); field in PeepholeAnimationEffect1956 mMaskPaint.setAlpha(0); in PeepholeAnimationEffect()1957 mMaskPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.CLEAR)); in PeepholeAnimationEffect()2083 canvas.drawCircle(mPeepHoleCenterX, mPeepHoleCenterY, mRadius, mMaskPaint); in drawForeground()
121 private Paint mMaskPaint = new Paint(); field in ImageShow197 mMaskPaint.reset(); in detach()418 mMaskPaint.reset(); in drawImageAndAnimate()421 mMaskPaint.setShader(maskShader); in drawImageAndAnimate()428 canvas.drawBitmap(sMask, 0, 0, mMaskPaint); in drawImageAndAnimate()