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