Searched refs:createPill (Results 1 – 2 of 2) sorted by relevance
124 public Bitmap createPill(int width, int height) { in createPill() method in ShadowGenerator.Builder125 return createPill(width, height, height / 2f); in createPill()128 public Bitmap createPill(int width, int height, float r) { in createPill() method in ShadowGenerator.Builder
57 mBackgroundWithShadow = builder.setupBlurForSize(size).createPill(size, size); in DotRenderer()