Summary:
Methods
| [Expand All]
CornerSize
public
interface
CornerSize
com.google.android.material.shape.CornerSize |
![]() |
Allows clients to describe the size of a corner independently from a CornerTreatment
.
Summary
Public methods | |
---|---|
abstract
float
|
getCornerSize(RectF bounds)
Returns the corner size that should be used given the full bounds of the shape. |
Public methods
getCornerSize
float getCornerSize (RectF bounds)
Returns the corner size that should be used given the full bounds of the shape.
Parameters | |
---|---|
bounds |
RectF |
Returns | |
---|---|
float |
Annotations
Interfaces
Classes
- AbsoluteCornerSize
- CornerTreatment
- CutCornerTreatment
- EdgeTreatment
- InterpolateOnScrollPositionChangeHelper
- MarkerEdgeTreatment
- MaterialShapeDrawable
- MaterialShapeUtils
- OffsetEdgeTreatment
- RelativeCornerSize
- RoundedCornerTreatment
- ShapeAppearanceModel
- ShapeAppearanceModel.Builder
- ShapeAppearancePathProvider
- ShapePath
- ShapePath.PathArcOperation
- ShapePath.PathCubicOperation
- ShapePath.PathLineOperation
- ShapePath.PathOperation
- ShapePath.PathQuadOperation
- ShapePathModel
- TriangleEdgeTreatment