Searched refs:mBackgroundWithShadow (Results 1 – 1 of 1) sorted by relevance
46 private final Bitmap mBackgroundWithShadow; field in DotRenderer61 mBackgroundWithShadow = builder.setupBlurForSize(size).createPill(size, size); in DotRenderer()64 mBitmapOffset = -mBackgroundWithShadow.getHeight() * 0.5f; // Same as width. in DotRenderer()127 canvas.drawBitmap(mBackgroundWithShadow, mBitmapOffset, mBitmapOffset, mCirclePaint); in draw()