Searched refs:mBgProtectionPaint (Results 1 – 1 of 1) sorted by relevance
153 Paint mBgProtectionPaint; field in SystemServicesProxy336 mBgProtectionPaint = new Paint(); in SystemServicesProxy()337 mBgProtectionPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_ATOP)); in SystemServicesProxy()338 mBgProtectionPaint.setColor(0xFFffffff); in SystemServicesProxy()729 thumbnailData.thumbnail.getHeight(), mBgProtectionPaint); in getTaskThumbnail()