Searched defs:ShapeView (Results 1 – 2 of 2) sorted by relevance
30 class ShapeView(context: Context, shape: RoundedPolygon) : View(context) { class
145 fun ShapeView(shape: RoundedPolygon, modifier: Modifier, color: Color) { in ShapeView() method