Searched refs:createPill (Results 1 – 2 of 2) sorted by relevance
137 public Bitmap createPill(int width, int height) { in createPill() method in ShadowGenerator.Builder138 return createPill(width, height, height / 2f); in createPill()141 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()