Searched refs:mBottomMaskPaint (Results 1 – 1 of 1) sorted by relevance
84 private final Paint mBottomMaskPaint = new Paint(FILTER_BITMAP_FLAG | DITHER_FLAG); field in SysUiScrim144 canvas.drawBitmap(mBottomMaskBitmap, null, mBottomMaskRect, mBottomMaskPaint); in draw()213 mBottomMaskPaint.setAlpha(Math.round(MAX_SYSUI_SCRIM_ALPHA * factor)); in reapplySysUiAlphaNoInvalidate()