Searched refs:mTopMaskPaint (Results 1 – 1 of 1) sorted by relevance
79 private final Paint mTopMaskPaint = new Paint(FILTER_BITMAP_FLAG | DITHER_FLAG); field in SysUiScrim109 mTopMaskPaint.setColor(0xFF222222); in SysUiScrim()141 canvas.drawBitmap(mTopMaskBitmap, null, mTopMaskRect, mTopMaskPaint); in draw()214 mTopMaskPaint.setAlpha(Math.round(MAX_SYSUI_SCRIM_ALPHA * factor)); in reapplySysUiAlphaNoInvalidate()