Searched refs:CornerDrawable (Results 1 – 2 of 2) sorted by relevance
30 class CornerDrawable(val wrapped: Drawable, val cornerRadius: Float) : DrawableWrapper(wrapped) { class
95 clipLayer.drawable = CornerDrawable(it, radius) in bind()